Skip to content

Commit 89eb1f0

Browse files
committed
Replace GH CI Java 24 with 25
Replace Java 25-ea with Java 26-ea
1 parent 4df3230 commit 89eb1f0

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
@@ -29,12 +29,12 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest, macos-13]
32-
java: [ 8, 11, 17, 21, 24 ]
32+
java: [ 8, 11, 17, 21, 25 ]
3333
experimental: [false]
3434
# Keep the same parameter order as the matrix above
3535
include:
3636
- os: ubuntu-latest
37-
java: 25-ea
37+
java: 26-ea
3838
experimental: true
3939

4040
steps:

0 commit comments

Comments
 (0)