Skip to content

Commit ca499b9

Browse files
committed
fixup! Upgrade minimum required Ruby to v3.1.2
1 parent 14fb61c commit ca499b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
os: [ubuntu-latest, macos-latest]
1212
ruby: ['3.1', '3.2', '3.4', head]
1313
test_task: ['tests']
14-
includes:
15-
- ruby: 'head'
16-
test_task: 'spec'
14+
includes:
15+
- ruby: 'head'
16+
test_task: 'spec'
1717
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || endsWith(matrix.ruby, 'jruby') }}
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)