Skip to content

Commit 284d692

Browse files
committed
[gha] Drop jdk 23, add jdk 25-ea and use jdk 24 ga
1 parent 9f53ba0 commit 284d692

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
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
cache: [maven]
1313
distribution: [temurin]
14-
java: [17, 21, 23, 24-ea]
14+
java: [17, 21, 24, 25-ea]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
fail-fast: false
1717
max-parallel: 4

0 commit comments

Comments
 (0)