Skip to content

Commit

Permalink
Kotlin doesn't support 23 JDK target yet
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 19, 2024
1 parent 3ec126e commit cb8867a
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 @@ -46,14 +46,14 @@ jobs:
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace

Java23-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: 23
java-version: 22
- uses: actions/checkout@v4
- run: ./gradlew javadoc --console=plain --stacktrace
shell: bash
Expand Down

0 comments on commit cb8867a

Please sign in to comment.