Skip to content

Commit ec8ab65

Browse files
authored
Don't use EA anymore for Java 25 (#405)
2 parents 90951bc + 1d4927b commit ec8ab65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: build
3333
strategy:
3434
matrix:
35-
java: [17, 21, 25-ea]
35+
java: [17, 21, 25]
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)