Skip to content

Commit 6e0e51f

Browse files
committed
build: update Java version targets in ci
1 parent af3a691 commit 6e0e51f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ jobs:
132132
fabric
133133
game-versions: |
134134
1.21
135-
java: 17
135+
java: 21

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- name: 'Checkout for CI 🛎'
1717
uses: actions/checkout@v4
18-
- name: 'Set up JDK 17 📦'
18+
- name: 'Set up JDK 21 📦'
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '17'
21+
java-version: '21'
2222
distribution: 'temurin'
2323
- name: 'Build with Gradle 🏗️'
2424
uses: gradle/gradle-build-action@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ jobs:
118118
fabric
119119
game-versions: |
120120
1.21
121-
java: 17
121+
java: 21

0 commit comments

Comments
 (0)