Skip to content

Commit a5edee4

Browse files
committed
[test] Temporarily test with early access
1 parent 2f420b5 commit a5edee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
jruby_version: [ '9.4.14.0', '10.0.2.0' ]
23-
java_version: [ '8', '11', '17', '21', '25' ]
23+
java_version: [ '8', '11', '17', '21', '25-ea' ]
2424
rack_version: [ '~> 2.2.0' ]
2525
exclude:
2626
- jruby_version: '10.0.2.0'
@@ -66,7 +66,7 @@ jobs:
6666
'rails80_rack22',
6767
]
6868
jruby_version: [ '9.4.14.0', '10.0.2.0' ]
69-
java_version: [ '8', '11', '17', '21', '25' ]
69+
java_version: [ '8', '11', '17', '21', '25-ea' ]
7070
exclude:
7171
- jruby_version: '10.0.2.0'
7272
java_version: '8' # JRuby 10 requires Java 21

0 commit comments

Comments
 (0)