We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9355fcc commit 6807019Copy full SHA for 6807019
1 file changed
.github/workflows/push.yml
@@ -39,14 +39,14 @@ jobs:
39
- uses: actions/checkout@v4
40
- run: ./gradlew build install --console=plain --stacktrace
41
42
- Java23-Windows:
+ Java24-Windows:
43
if: contains(toJson(github.event.commits), '[ci skip] ') == false
44
runs-on: windows-2025
45
steps:
46
- uses: actions/setup-java@v4
47
with:
48
distribution: 'zulu'
49
- java-version: 23
+ java-version: 24
50
51
52
shell: bash
0 commit comments