This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-311 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 5fceb111783c707694cdfe9c0e5f7ff292ee2daa Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Dec 12 18:39:21 2021 +0100 WIP 18-ea --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e66eb0f..79622ae 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - java: [8, 11, 17] + java: [8, 11, 17, 18-ea] jdk: [temurin, zulu] fail-fast: false
