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:38 UTC

[maven-invoker-plugin] branch master updated (4665115 -> 38e99b0)

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

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


    from 4665115  [MINVOKER-255] support environmentVariable in invokerPropertiesFile
     add 38ec8b7  Sync Doxia versions - fixes invoker:report dependency issues
     new 38e99b0  Github Actions - test only on Java 8+

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml |  2 +-
 pom.xml                     | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)


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

Posted by sl...@apache.org.
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 }}