You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/31 22:56:54 UTC

[maven-javadoc-plugin] 07/07: Added Java 16 and 17 to Github Action tests

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 86fb593abf75199e54e0e278108b6ffa803b239f
Author: Sylwester Lachiewicz <sl...@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 }}