Skip to content

Commit 2689019

Browse files
committed
[gha] Drop jdk 22 and 23-ea, use 24 ga and add 25-ea
1 parent 674c8df commit 2689019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
cache: [maven]
1111
distribution: [temurin]
12-
java: [17, 21, 23]
12+
java: [17, 21, 24, 25-ea]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515
max-parallel: 4

0 commit comments

Comments
 (0)