Skip to content

Commit

Permalink
Include JDK 24ea in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 25, 2024
1 parent 0f7838a commit b21c737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
with:
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"}, {"jdk": "23", distribution: "microsoft" } ]'
matrix-include: >
[
{"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" }
]
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
maven_args: 'verify javadoc:javadoc -e -B -V -fae'

Expand Down

0 comments on commit b21c737

Please sign in to comment.