Skip to content

Commit 89de1a4

Browse files
committed
Bump CI Java
1 parent 5be230e commit 89de1a4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Set up JDK 17
23+
- name: Set up JDK 25
2424
uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin'
27-
java-version: 17
27+
java-version: 25
2828

2929
- name: Setup Gradle
3030
uses: gradle/actions/setup-gradle@v4

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- name: Set up JDK 17
30+
- name: Set up JDK 25
3131
uses: actions/setup-java@v4
3232
with:
3333
distribution: 'temurin'
34-
java-version: 17
34+
java-version: 25
3535

3636
- name: Setup Gradle
3737
uses: gradle/actions/setup-gradle@v4

build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ indra {
175175

176176
javaVersions {
177177
target(8)
178-
minimumToolchain(21)
178+
minimumToolchain(25)
179179
// Don't enforce running tests on Java 8; we only care about the release for compiling, not running tests
180180
strictVersions(false)
181181
}

0 commit comments

Comments
 (0)