Skip to content

Commit 9a3f20a

Browse files
committed
Remove Java 17 from CI GHA workflow
* The target Java 17 is used for testing in the SNAPSHOT GHA workflow. Therefore, no reason to have another job doing exactly same stuff
1 parent 6076b86 commit 9a3f20a

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 ]
20+
testJavaVersion: [ 21, 25 ]
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)