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/07 12:04:39 UTC

[maven-invoker-plugin] 01/01: Github Actions - test only on Java 8+

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

commit 38e99b0f4080677330b28a583542e422d68e1af0
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jun 7 14:03:28 2020 +0200

    Github Actions - test only on Java 8+
---
 .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 f4f710b..0cd022d 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, 15-ea]
+        java: [8, 11, 14, 15-ea]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}