Skip to content

Commit e6a611f

Browse files
committed
GH CI: Replace Java 23 with 24
Replace Java 24-ea with 25-ea
1 parent 0f0b7b9 commit e6a611f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
continue-on-error: ${{ matrix.experimental }}
2828
strategy:
2929
matrix:
30-
java: [ 8, 11, 17, 21, 23 ]
30+
java: [ 8, 11, 17, 21, 24 ]
3131
experimental: [false]
3232
include:
33-
- java: 24-ea
33+
- java: 25-ea
3434
experimental: true
3535

3636
steps:

0 commit comments

Comments
 (0)