Skip to content

Commit 473fc1b

Browse files
committed
Merge branch '3.5.x'
Closes gh-47413
2 parents 44099d3 + a79d0e0 commit 473fc1b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/actions/prepare-gradle-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
java-version:
2424
description: 'Java version to use for the build'
2525
required: false
26-
default: '24'
26+
default: '25'
2727
runs:
2828
using: composite
2929
steps:

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ jobs:
2323
toolchain: true
2424
- version: 21
2525
toolchain: true
26-
- version: 24
27-
toolchain: false
2826
- version: 25
29-
toolchain: true
27+
toolchain: false
3028
exclude:
3129
- os:
3230
name: Linux
3331
java:
34-
version: 24
32+
version: 25
3533
- os:
3634
name: ${{ github.repository == 'spring-projects/spring-boot-commercial' && 'Windows' }}
3735
steps:

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=24.0.2-librca
3+
java=25-librca

0 commit comments

Comments
 (0)