@@ -27,15 +27,14 @@ jobs:
27
27
uses : codehaus-plexus/.github/.github/workflows/maven.yml@master
28
28
with :
29
29
jdk-fast-fail-build : ' 11'
30
- jdk-matrix : ' ["11", "17", "18 ", "19 -ea"]'
30
+ # jdk-matrix: '["11", "17", "20 ", "21 -ea"]'
31
31
jdk-distribution-matrix : ' ["zulu", "temurin", "microsoft", "liberica","corretto"]'
32
32
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
+ # ]'
40
39
maven_args : ' install javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
41
40
0 commit comments