Skip to content

Commit 2073b9d

Browse files
authored
Update JDK 24 -> 25 for CI (#319)
1 parent f79b1be commit 2073b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
java_version: ['8', '17', '21', '24']
21+
java_version: ['8', '17', '21', '25']
2222
env:
2323
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2424
steps:

0 commit comments

Comments
 (0)