We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61929e2 commit bfa2376Copy full SHA for bfa2376
.github/workflows/push.yml
@@ -28,14 +28,14 @@ jobs:
28
- uses: actions/checkout@v5
29
- run: ./gradlew build install --console=plain --stacktrace
30
31
- Java24-Windows:
+ Java25-Windows:
32
if: contains(toJson(github.event.commits), '[ci skip] ') == false
33
runs-on: windows-2025
34
steps:
35
- uses: actions/setup-java@v5
36
with:
37
- distribution: 'zulu'
38
- java-version: 24
+ distribution: 'liberica'
+ java-version: 25
39
40
41
shell: bash
0 commit comments