Skip to content

Commit bcaaf73

Browse files
committed
Remove Java 25 from CI GHA workflow
* The target Java 25 is used for testing in the SNAPSHOT GHA workflow. Therefore, no reason to have another job doing exactly same stuff **Auto-cherry-pick to `7.0.x`**
1 parent ae8c09f commit bcaaf73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
testJavaVersion: [ 17, 21, 25, 26 ]
20+
testJavaVersion: [ 17, 21, 26 ]
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222

2323
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-ci.yml@main

0 commit comments

Comments
 (0)