Skip to content

Commit b8bea0e

Browse files
committed
chore(ci): update workflows to use Java 25 runtime
1 parent 76db2a2 commit b8bea0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-spotless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
call-check:
1111
uses: SpongePowered/.github/.github/workflows/shared-check-spotless.yaml@master
1212
with:
13-
runtime_version: 21
13+
runtime_version: 25
1414
extra_gradle_params: "-Pprojects=vanilla,forge,neoforge,testplugins"
1515
secrets: inherit

.github/workflows/common-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-22.04, windows-latest, macos-latest]
18-
java: [ 21 ]
18+
java: [ 25 ]
1919
runs-on: "${{ matrix.os }}"
2020
steps:
2121
- name: Check out repository to use the build.gradle.kts as a hash file

.github/workflows/common-run-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: SpongePowered/.github/.github/actions/setup-java-env@master
3232
if: "!startsWith(github.ref, 'refs/heads/update/') || matrix.project == 'vanilla'"
3333
with:
34-
runtime_version: 21
34+
runtime_version: 25
3535
publishing_branch_regex: 'api-\d+'
3636
- name: setup / cache minecraft dependencies
3737
uses: "actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf" # v4.2.2

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: setup
5252
uses: SpongePowered/.github/.github/actions/setup-java-env@master
5353
with:
54-
runtime_version: 21
54+
runtime_version: 25
5555
publishing_branch_regex: ''
5656
- name: setup / minecraft cache
5757
if: "!(matrix.skipUpdateBranch && startsWith(github.ref, 'refs/heads/update/'))"

0 commit comments

Comments
 (0)