Skip to content

Commit

Permalink
push.yml: test Java v19 instead of v20
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 6, 2023
1 parent 3881b18 commit 793ce2e
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:
Java19-Windows:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 20
java-version: 19
- run: ./gradlew build --console=plain --no-daemon --stacktrace
shell: bash

0 comments on commit 793ce2e

Please sign in to comment.