Skip to content

Commit c4a7feb

Browse files
committed
Exclude Microsoft JDK 24 - not available yet
1 parent 29cb9bb commit c4a7feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2626
with:
27-
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"}, {"jdk": "23", distribution: "microsoft" } ]'
27+
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"}, {"jdk": "24", distribution: "microsoft" } ]'
2828
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
2929
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
3030

0 commit comments

Comments
 (0)