Skip to content

Commit 3f174a6

Browse files
committed
fixup! Upgrade minimum required Ruby to v3.1.2
1 parent 8d52143 commit 3f174a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
includes:
1515
- ruby: head
1616
test_task: 'spec'
17+
excludes:
18+
- ruby: head
19+
test_task: 'tests'
1720
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || endsWith(matrix.ruby, 'jruby') }}
1821
runs-on: ${{ matrix.os }}
1922
steps:

0 commit comments

Comments
 (0)