Skip to content

Commit f8a0cb2

Browse files
committed
Replace GH CI Java 24 with 25
Replace Java 25-ea with Java 26-ea
1 parent 8c973e2 commit f8a0cb2

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
@@ -28,10 +28,10 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, windows-latest, macos-13]
31-
java: [ 8, 11, 17, 21, 24 ]
31+
java: [ 8, 11, 17, 21, 25 ]
3232
experimental: [false]
3333
include:
34-
- java: 25-ea
34+
- java: 26-ea
3535
os: macos-latest
3636
experimental: true
3737
fail-fast: false

0 commit comments

Comments
 (0)