Skip to content

Commit 0e11dbf

Browse files
committed
Use Java 24 instead of Java 23 in the CI Github action
To fix the broken build, and to focus on testing the Java LTS versions and the latest one.
1 parent 769ba9e commit 0e11dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
toolchain: false
2121
- version: 21
2222
toolchain: true
23-
- version: 23
23+
- version: 24
2424
toolchain: true
2525
exclude:
2626
- os:

0 commit comments

Comments
 (0)