Skip to content

Commit c0f43d7

Browse files
committed
Update JDK matrix to include version 25
1 parent 20c6e04 commit c0f43d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
2929
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
30-
jdk-matrix: '[ "17", "21", "8", "23" ]'
30+
jdk-matrix: '[ "17", "21", "8", "25" ]'
31+
verify-fail-fast: false
3132
matrix-exclude: '[
3233
{ "jdk": "8", "distribution": "microsoft"},
3334
{ "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
3435
{ "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" },
35-
{ "jdk": "23", "distribution": "adopt-openj9" },
36-
{ "jdk": "23", "distribution": "microsoft"},
36+
{ "jdk": "25", "distribution": "adopt-openj9" },
37+
{ "jdk": "25", "distribution": "microsoft"},
3738
]'

0 commit comments

Comments
 (0)