Skip to content

Commit 0806a48

Browse files
committed
push.yml: test with JDK v26 instead of v25
1 parent 7a0e1ed commit 0806a48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
archive: false
2222
path: build/distributions/Maud.tar
2323

24-
Java25-Windows:
24+
Java26-Windows:
2525
if: contains(toJson(github.event.commits), '[ci skip] ') == false
2626
runs-on: windows-2025
2727
steps:
2828
- uses: actions/checkout@v6
2929
- uses: actions/setup-java@v5
3030
with:
3131
distribution: 'liberica'
32-
java-version: 25
32+
java-version: 26
3333
- run: ./gradlew build javadoc --console=plain --stacktrace
3434
shell: bash
3535
- uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)