Skip to content

Commit c4b9674

Browse files
committed
fixup! Upgrade minimum required Ruby to v3.1.2
1 parent fae62e1 commit c4b9674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ruby: ['3.1', '3.2', '3.4', head]
1313
test_task: ['tests']
1414
includes:
15-
- ruby: 'head'
15+
- ruby: head
1616
test_task: 'spec'
1717
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || endsWith(matrix.ruby, 'jruby') }}
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)