Skip to content

Commit a5d21cf

Browse files
authored
Update ci.yml
1 parent 472a155 commit a5d21cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ jobs:
66
name: ${{ matrix.os }} Ruby ${{ matrix.ruby }}
77
runs-on: ${{ matrix.os }}-latest
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [ 'ubuntu', 'macos', 'windows' ]
11-
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
12+
ruby: [ '3.1', '3.2', '3.3' ]
1213
steps:
1314
- uses: actions/checkout@v3
1415
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)