Skip to content

Commit bb7b3b2

Browse files
committed
[test] Test with Java 25
(cherry picked from commit 2f420b5)
1 parent 7a4e458 commit bb7b3b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3.15.0', '9.4.14.0' ]
23-
java_version: [ '8', '11', '17', '21' ]
23+
java_version: [ '8', '11', '17', '21', '25' ]
2424
rack_version: [ '~> 2.2.0' ]
2525
fail-fast: false
2626

@@ -61,7 +61,7 @@ jobs:
6161
'rails72_rack22',
6262
]
6363
jruby_version: [ '9.3.15.0', '9.4.14.0' ]
64-
java_version: [ '8', '11', '17', '21' ]
64+
java_version: [ '8', '11', '17', '21', '25' ]
6565
exclude:
6666
- appraisal: 'rails70_rack22' # Requires Ruby 2.7 compatibility, which JRuby 9.3 does not support
6767
jruby_version: '9.3.15.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PLATFORMS
2828
universal-java-11
2929
universal-java-17
3030
universal-java-21
31-
universal-java-8
31+
universal-java-25
3232
x86_64-linux
3333

3434
DEPENDENCIES

0 commit comments

Comments
 (0)