Skip to content

Commit c621f57

Browse files
committed
push.yml: test Java25 instead of Java24
1 parent b2f19ea commit c621f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- uses: actions/checkout@v5
4040
- run: ./gradlew build javadoc install --console=plain --stacktrace
4141

42-
Java24-Windows:
42+
Java25-Windows:
4343
if: contains(toJson(github.event.commits), '[ci skip] ') == false
4444
runs-on: windows-2025
4545
steps:
4646
- uses: actions/setup-java@v5
4747
with:
48-
distribution: 'zulu'
49-
java-version: 24
48+
distribution: 'liberica'
49+
java-version: 25
5050
- uses: actions/checkout@v5
5151
- run: ./gradlew build javadoc install --console=plain --stacktrace
5252
shell: bash

0 commit comments

Comments
 (0)