Skip to content

Commit

Permalink
ci - Exclude not available yet JDK 23 from Microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Sep 27, 2024
1 parent aa31d45 commit a6a58f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Build it
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
with:
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"} ]'
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"}, {"jdk": "23", distribution: "microsoft" } ]'
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
maven_args: 'verify javadoc:javadoc -e -B -V -fae'

Expand Down

0 comments on commit a6a58f9

Please sign in to comment.