Skip to content

Commit

Permalink
push.yml: test Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 19, 2024
1 parent 0fc4bf8 commit df38408
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 @@ -97,14 +97,14 @@ jobs:
name: crash-log
path: '*.log'

Java22-Linux:
Java23-Linux:
if: contains(toJson(github.event.commits), '[ci skip] ') == false
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 22
java-version: 23
- uses: actions/checkout@v4
- run: ./gradlew run build --console=plain --no-daemon -Pflavor=Dp -Pgithub=debug64
- if: failure()
Expand Down

0 comments on commit df38408

Please sign in to comment.