Skip to content

Commit

Permalink
Merge pull request #2 from jMonkeyEngine/feature/java21
Browse files Browse the repository at this point in the history
Update nightly.yml
  • Loading branch information
tonihele authored Mar 11, 2024
2 parents ed5cb44 + d53cbd3 commit 8d56ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
repository: 'jMonkeyEngine/sdk'
ref: ${{ env.sdk_sha }}

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Grant execute permission for gradle
run: chmod +x gradlew
Expand Down

0 comments on commit 8d56ce6

Please sign in to comment.