Skip to content

Commit 95f2cd4

Browse files
committed
fix: use java 25 for actions
1 parent 5860e2a commit 95f2cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: "emortalmc/actions/java/build@main"
1313
with:
1414
token: "${{ secrets.GITHUB_TOKEN }}"
15-
java-version: "21"
15+
java-version: "25"
1616
java-distribution: "zulu"
1717

1818
deploy:

0 commit comments

Comments
 (0)