Skip to content

Commit ba47169

Browse files
committed
chore(ci): set 3.2 as experimental
1 parent 2370f3f commit ba47169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7+
continue-on-error: ${{ matrix.experimental }}
78
strategy:
89
fail-fast: false
910
matrix:
1011
ruby_version: ["2.7","3.0","3.1"]
1112
os: ["ubuntu-latest","windows-latest","macos-latest"]
13+
experimental: [false]
1214
include:
1315
- ruby_version: "3.2"
1416
experimental: true

0 commit comments

Comments
 (0)