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/05/09 20:36:35 UTC

[maven-plugin-testing] 02/02: Added also Java 15-ea

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

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

commit dd98e2a811ce582484e50f3d84ab36a699175caa
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat May 9 22:21:36 2020 +0200

    Added also Java 15-ea
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 67ed63b..276d0f9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        jdk: [1.7, 1.8, 11, 13]
+        jdk: [7, 8, 11, 14, 15-ea]
         #os: [ubuntu-latest, windows-latest, macOS-latest]
 
     steps:
@@ -39,5 +39,5 @@ jobs:
       with:
         java-version: ${{ matrix.jdk }}
     - name: Build with Maven
-      run: mvn clean verify --file pom.xml
+      run: mvn clean verify