Skip to content

Commit

Permalink
Check also with some non LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Aug 6, 2024
1 parent 0919705 commit 1c0a3dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"} ]'
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
# check also some non LTS versions
matrix-include: >
[
{"jdk": "23-ea", "os": "ubuntu-latest", distribution: "corretto" },
{"jdk": "22", "os": "ubuntu-latest", distribution: "corretto" }
]
maven_args: 'verify javadoc:javadoc -e -B -V -fae'

deploy:
Expand Down

0 comments on commit 1c0a3dd

Please sign in to comment.