Skip to content

Commit 0730caf

Browse files
committed
GH CI: Replace Java 23 with 24
Add Java 25-ea
1 parent 1e5b2b1 commit 0730caf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
continue-on-error: ${{ matrix.experimental }}
3232
strategy:
3333
matrix:
34-
java: [ 8, 11, 17, 21, 23 ]
34+
java: [ 8, 11, 17, 21, 24 ]
3535
experimental: [false]
36+
include:
37+
- java: 25-ea
38+
experimental: true
3639

3740
steps:
3841
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

0 commit comments

Comments
 (0)