@@ -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