This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 58f02683cb66cf39dbc293f5ce083ef4dbce8063 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat May 1 18:57:41 2021 +0200 (doc) remove tests with Java 15 --- .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 e075e96..8be9007 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, 15, 16, 17-ea] + java: [8, 11, 16, 17-ea] jdk: [adopt, zulu] fail-fast: false
