Skip to content

Commit e6f060a

Browse files
committed
Replace GH CI Java 24 with 25
Replace Java 25-ea with Java 26-ea
1 parent 9a41cb5 commit e6f060a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
continue-on-error: true
2929
strategy:
3030
matrix:
31-
java: [ 8, 11, 17, 21, 24 ]
31+
java: [ 8, 11, 17, 21, 25 ]
3232
include:
33-
- java: 25-ea
33+
- java: 26-ea
3434
experimental: true
3535

3636
steps:

0 commit comments

Comments
 (0)