Skip to content

Commit b21c737

Browse files
committed
Include JDK 24ea in CI
1 parent 0f7838a commit b21c737

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2626
with:
2727
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"}, {"jdk": "23", distribution: "microsoft" } ]'
28+
matrix-include: >
29+
[
30+
{"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" }
31+
]
2832
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
2933
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
3034

0 commit comments

Comments
 (0)