Skip to content

Commit

Permalink
push.yml: test Java 23
Browse files Browse the repository at this point in the history
stephengold committed Sep 19, 2024
1 parent 68182a9 commit 1aed150
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
@@ -47,15 +47,15 @@ jobs:
- run: ./gradlew run --console=plain
shell: bash

Java22-Linux:
Java23-Linux:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: ubuntu-24.04
timeout-minutes: 9
steps:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 22
java-version: 23
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- run: ./gradlew run --console=plain

0 comments on commit 1aed150

Please sign in to comment.