Skip to content

Commit

Permalink
build: use JDK 23 to build FXGL 25 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Dec 20, 2024
1 parent bced650 commit 399e758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_SNAPSHOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 21
- name: Set up JDK 23
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
java-version: 23
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest_jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 21 ]
java: [ 23 ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
java-version: 23

- name: Cache maven deps
uses: actions/cache@v3
Expand Down

0 comments on commit 399e758

Please sign in to comment.