From b21c737767ab0268defadaab7d4e0266c9790717 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 25 Dec 2024 21:13:09 +0100 Subject: [PATCH] Include JDK 24ea in CI --- .github/workflows/maven.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 018903b5..de7979a3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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'