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 2020/12/20 01:34:43 UTC

[maven-jlink-plugin] 04/07: Enable Java 16-ea, 17-ea tests

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-jlink-plugin.git

commit ee5443934a49904949b2079ac5ce63962bba5b8f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 01:33:52 2020 +0100

    Enable Java 16-ea, 17-ea tests
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7865ba8..f7f8819 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,8 +24,8 @@ jobs:
 
     strategy:
       matrix:
-        os: [ 'Ubuntu-20.04', windows-latest ]
-        java: [ 8, 11, 15 ]
+        os: [ ubuntu-latest, windows-latest, macOS-latest ]
+        java: [ 8, 11, 16-ea, 17-ea ]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -74,5 +74,5 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn verify -e -B -V -Prun-its
+        run: mvn verify -e -B -V -ntp -Prun-its