Skip to content

Commit 73076e4

Browse files
committed
23-ea
1 parent 94709f6 commit 73076e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"} ]'
2828
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
29+
matrix-include: >
30+
[
31+
{"jdk": "23-ea", "os": "linux-latest", distribution: "corretto" },
32+
{"jdk": "22", "os": "linux-latest", distribution: "corretto" }
33+
]
2934
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
3035

3136
deploy:

0 commit comments

Comments
 (0)