Skip to content

Commit ced452d

Browse files
authored
Update build.yml
jruby-9.3
1 parent f782679 commit ced452d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-head]
21+
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, jruby-9.3, jruby-9.4]
2222
test-group: [1, 2, 3, 4]
2323
name: Ruby ${{ matrix.ruby }}, test-group ${{ matrix.test-group }}
2424
steps:

0 commit comments

Comments
 (0)