We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0e1ed commit 0806a48Copy full SHA for 0806a48
1 file changed
.github/workflows/push.yml
@@ -21,15 +21,15 @@ jobs:
21
archive: false
22
path: build/distributions/Maud.tar
23
24
- Java25-Windows:
+ Java26-Windows:
25
if: contains(toJson(github.event.commits), '[ci skip] ') == false
26
runs-on: windows-2025
27
steps:
28
- uses: actions/checkout@v6
29
- uses: actions/setup-java@v5
30
with:
31
distribution: 'liberica'
32
- java-version: 25
+ java-version: 26
33
- run: ./gradlew build javadoc --console=plain --stacktrace
34
shell: bash
35
- uses: actions/upload-artifact@v7
0 commit comments