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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new b42aa6d  Downdate Java to allow for 1.6
b42aa6d is described below

commit b42aa6d6409092939fe6b94fe065714bf70bf6cf
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jun 20 01:40:01 2020 +0100

    Downdate Java to allow for 1.6
---
 .github/workflows/maven.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 70b36b4..51759c6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,8 +23,9 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8, 11, 12, 13, 14 ]
-        
+        java: [ 8, 11 ]
+# Later versions don't work with 1.6
+
     steps:
     - uses: actions/checkout@v1
     - name: Set up JDK ${{ matrix.java }}
@@ -32,5 +33,5 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V apache-rat:check package test --file pom.xml
-#      run: mvn -V apache-rat:check javadoc:javadoc -Ddoclint=all package test 
--file pom.xml
+      run: mvn apache-rat:check package test --file pom.xml
+#      run: mvn apache-rat:check javadoc:javadoc -Ddoclint=all package test 
--file pom.xml

Reply via email to