Skip to content

Commit 399e758

Browse files
committed
build: use JDK 23 to build FXGL 25 snapshot
1 parent bced650 commit 399e758

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy_SNAPSHOT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Set up JDK 21
15+
- name: Set up JDK 23
1616
uses: actions/setup-java@v3
1717
with:
1818
distribution: 'temurin'
19-
java-version: 21
19+
java-version: 23
2020
server-id: ossrh
2121
server-username: MAVEN_USERNAME
2222
server-password: MAVEN_PASSWORD

.github/workflows/latest_jdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ ubuntu-latest, macOS-latest, windows-latest ]
16-
java: [ 21 ]
16+
java: [ 23 ]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: 'Checkout'

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: 'temurin'
21-
java-version: 21
21+
java-version: 23
2222

2323
- name: Cache maven deps
2424
uses: actions/cache@v3

0 commit comments

Comments
 (0)