This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 66bb2477c11c83160e68c5598463e5dd90181190
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 }}

Reply via email to