Skip to content

Commit 293ef9c

Browse files
authored
Update JDK matrix to include version 25
1 parent a3f912d commit 293ef9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ 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" ]'
3131
matrix-exclude: '[
3232
{ "jdk": "8", "distribution": "microsoft"},
3333
{ "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
3434
{ "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" },
35-
{ "jdk": "23", "distribution": "adopt-openj9" },
36-
{ "jdk": "23", "distribution": "microsoft"},
35+
{ "jdk": "25", "distribution": "adopt-openj9" },
36+
{ "jdk": "25", "distribution": "microsoft"},
3737
]'

0 commit comments

Comments
 (0)