Skip to content

Commit 9c98357

Browse files
committed
[ci] test against latest jruby 9.4 + some variation
1 parent 758b62e commit 9c98357

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby-version: [ jruby-9.4.8.0 ]
16+
ruby-version: [ jruby-9.4.12.0 ]
1717
java-version: [ 8, 11, 21, 23 ]
1818
distribution: [ temurin ]
1919
include:
@@ -38,6 +38,9 @@ jobs:
3838
- java-version: 17
3939
distribution: oracle
4040
ruby-version: jruby-9.4.7.0
41+
- java-version: 21
42+
distribution: oracle
43+
ruby-version: jruby-9.4.8.0
4144
fail-fast: false
4245

4346
steps:

.github/workflows/ci-test_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby-version: [ jruby-9.4.8.0 ]
16+
ruby-version: [ jruby-9.4.12.0 ]
1717
java-version: [ 21, 23 ]
1818
distribution: [ temurin, oracle ]
1919
include:

0 commit comments

Comments
 (0)