Skip to content

Commit 20c5e4d

Browse files
authored
Bring back Java 17 for ci.yml
And exclude it for Ubuntu since we do that combination for regular SNAPSHOT builds Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
1 parent f462505 commit 20c5e4d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
testJavaVersion: [ 21, 25 ]
20+
testJavaVersion: [ 17, 21, 25 ]
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
22-
22+
exclude:
23+
- os: ubuntu-latest
24+
testJavaVersion: 17
2325
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-ci.yml@main
2426
with:
2527
testJavaVersion: ${{ matrix.testJavaVersion }}

0 commit comments

Comments
 (0)