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/06/06 10:09:35 UTC

[maven-invoker-plugin] 01/01: Try to test with 15-ea

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

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

commit 0f3331d2e54d3c3500e6fb1765fdc6b1ca1fccb3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jun 6 12:09:26 2020 +0200

    Try to test with 15-ea
---
 .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 e171960..f4f710b 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, 14]
+        java: [7, 8, 11, 14, 15-ea]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}