Skip to content

Commit eabda99

Browse files
mosabuawendigo
authored andcommitted
Use Java 24 GA instead of EA for CI
1 parent 0c1a004 commit eabda99

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
java-version: [23, 24-ea]
27+
java-version: [23, 24]
2828
timeout-minutes: 20
2929
steps:
3030
- name: Checkout source

0 commit comments

Comments
 (0)