We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f782679 commit ced452dCopy full SHA for ced452d
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-head]
+ ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-9.4]
22
test-group: [1, 2, 3, 4]
23
name: Ruby ${{ matrix.ruby }}, test-group ${{ matrix.test-group }}
24
steps:
0 commit comments