We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa31d45 commit a6a58f9Copy full SHA for a6a58f9
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Build it
25
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
26
with:
27
- matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"} ]'
+ matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"}, {"jdk": "23", distribution: "microsoft" } ]'
28
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
29
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
30
0 commit comments