Skip to content

Commit 04f36ae

Browse files
committed
23-ea
1 parent c88a98f commit 04f36ae

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
@@ -26,6 +26,10 @@ 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+
]
2933
maven_args: 'verify javadoc:javadoc -e -B -V -fae'
3034

3135
deploy:

0 commit comments

Comments
 (0)