Skip to content

Commit 97798e0

Browse files
committed
[ci] test against jruby-head (10.0 atm)
1 parent 9c98357 commit 97798e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- java-version: 21
4242
distribution: oracle
4343
ruby-version: jruby-9.4.8.0
44+
- java-version: 21
45+
distribution: zulu
46+
ruby-version: jruby-head # 10.0
47+
- java-version: 24
48+
distribution: corretto
49+
ruby-version: jruby-head # 10.0
4450
fail-fast: false
4551

4652
steps:

0 commit comments

Comments
 (0)