Skip to content

Commit b8ed31d

Browse files
committed
Use Java 24 everywhere
1 parent 4194f9a commit b8ed31d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/actions/spring-scheduled-milestone-for-branch/action.yml

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

2323
- name: Find Scheduled Milestone for Current Version in Branch
2424
id: find-milestone

.github/workflows/spring-artifactory-maven-release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/setup-java@v4
7474
with:
7575
distribution: temurin
76-
java-version: 17
76+
java-version: 24
7777
cache: maven
7878

7979
- name: Evaluate Build Name

.github/workflows/spring-artifactory-maven-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/setup-java@v4
5757
with:
5858
distribution: temurin
59-
java-version: 17
59+
java-version: 24
6060
cache: maven
6161

6262
- name: Build and Deploy

.github/workflows/spring-backport-issue.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@v4
1919
with:
2020
distribution: temurin
21-
java-version: 17
21+
java-version: 24
2222

2323
- name: Create Backport Issue
2424
run: |

.github/workflows/spring-finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-java@v4
3232
with:
3333
distribution: temurin
34-
java-version: 17
34+
java-version: 24
3535

3636
- name: Tag Release and Next Development Version
3737
id: tag-release

.github/workflows/spring-gradle-pull-request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: spring-io/spring-gradle-build-action@v2
3131
with:
32-
java-version: '23'
32+
java-version: 24
3333

3434
- name: Run Pull Request Build
3535
timeout-minutes: 30

.github/workflows/spring-maven-pull-request-build.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@v4
1919
with:
2020
distribution: temurin
21-
java-version: 17
21+
java-version: 24
2222
cache: 'maven'
2323

2424
- name: Build with Maven

0 commit comments

Comments
 (0)