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 5085ee5289df793519544467cdd5414f3c9986dc Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Jan 31 23:55:25 2021 +0100 Added Java 16 and 17 to Github Action tests --- .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 a8fa3ce..28267d8 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: [7, 8, 11, 15] + java: [7, 8, 11, 15, 16-ea, 17-ea] fail-fast: false runs-on: ${{ matrix.os }}