Skip to content

Commit ada281f

Browse files
authored
update builds to Java25 (#174)
1 parent 2b5e9ce commit ada281f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v5
2121
with:
2222
distribution: 'zulu'
23-
java-version: '23'
23+
java-version: '25'
2424
- name: Build with Ant
2525
run: ant -noinput -buildfile build.xml -Dbuild.id=$GITHUB_SHA
2626
- name: Upload artifact

0 commit comments

Comments
 (0)