Skip to content

Commit 07e4899

Browse files
committed
Replace GH CI Java 24 with 25
Replace Java 25-ea with Java 26-ea
1 parent 85db883 commit 07e4899

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
@@ -31,10 +31,10 @@ jobs:
3131
java: [ 8, 11, 17, 21 ]
3232
experimental: [false]
3333
include:
34-
- java: 24
34+
- java: 25
3535
os: ubuntu-latest
3636
experimental: true
37-
- java: 25-ea
37+
- java: 26-ea
3838
os: ubuntu-latest
3939
experimental: true
4040

0 commit comments

Comments
 (0)