Skip to content

Commit bfa2376

Browse files
committed
push.yml: test Java25 instead of Java24
1 parent 61929e2 commit bfa2376

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
@@ -28,14 +28,14 @@ jobs:
2828
- uses: actions/checkout@v5
2929
- run: ./gradlew build install --console=plain --stacktrace
3030

31-
Java24-Windows:
31+
Java25-Windows:
3232
if: contains(toJson(github.event.commits), '[ci skip] ') == false
3333
runs-on: windows-2025
3434
steps:
3535
- uses: actions/setup-java@v5
3636
with:
37-
distribution: 'zulu'
38-
java-version: 24
37+
distribution: 'liberica'
38+
java-version: 25
3939
- uses: actions/checkout@v5
4040
- run: ./gradlew build install --console=plain --stacktrace
4141
shell: bash

0 commit comments

Comments
 (0)