Skip to content

Commit

Permalink
push.yml: test Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 9, 2024
1 parent 6dd6b60 commit 1bfc97a
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:
- uses: actions/checkout@v4
- run: ./gradlew build javadoc --console=plain --no-daemon --stacktrace

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

0 comments on commit 1bfc97a

Please sign in to comment.