Skip to content

Commit

Permalink
push.yml: test with Java v21
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 6, 2023
1 parent 8f1f6e8 commit 1c1d3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
name: linux build
path: build/distributions/Maud.tar

Java20-Windows:
Java21-Windows:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 20
java-version: 21
- run: ./gradlew build --console=plain --no-daemon --stacktrace
shell: bash
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1c1d3cf

Please sign in to comment.