Skip to content

Commit acc1bc9

Browse files
authored
run ci tests also with Java 20 (by default)
1 parent b8e0efd commit acc1bc9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ jobs:
2727
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2828
with:
2929
jdk-fast-fail-build: '11'
30-
jdk-matrix: '["11", "17", "18", "19-ea"]'
30+
# jdk-matrix: '["11", "17", "20", "21-ea"]'
3131
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica","corretto"]'
3232
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
33-
matrix-exclude: '[
34-
{ "jdk": "18", "distribution": "microsoft" },
35-
{ "jdk": "19-ea", "distribution": "corretto" },
36-
{ "jdk": "19-ea", "distribution": "liberica" },
37-
{ "jdk": "19-ea", "distribution": "microsoft" },
38-
{ "jdk": "19-ea", "distribution": "temurin" }
39-
]'
33+
# matrix-exclude: '[
34+
# { "jdk": "21-ea", "distribution": "corretto" },
35+
# { "jdk": "21-ea", "distribution": "liberica" },
36+
# { "jdk": "21-ea", "distribution": "microsoft" },
37+
# { "jdk": "21-ea", "distribution": "temurin" }
38+
# ]'
4039
maven_args: 'install javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
4140

0 commit comments

Comments
 (0)