Skip to content

Commit 1c0a3dd

Browse files
committed
Check also with some non LTS versions
1 parent 0919705 commit 1c0a3dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"} ]'
2828
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
29+
# check also some non LTS versions
30+
matrix-include: >
31+
[
32+
{"jdk": "23-ea", "os": "ubuntu-latest", distribution: "corretto" },
33+
{"jdk": "22", "os": "ubuntu-latest", distribution: "corretto" }
34+
]
2935
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
3036

3137
deploy:

0 commit comments

Comments
 (0)