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 5ba42a7 commit ca7b6de
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 @@ -39,14 +39,14 @@ jobs:
java-version: 17
- run: ./gradlew build --console=plain --no-daemon --stacktrace

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

0 comments on commit ca7b6de

Please sign in to comment.