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 6719bc6  Drop Java6 - not supported by CP
6719bc6 is described below

commit 6719bc624eb754335ce3e69232cdb68b34a15cce
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jun 20 10:22:48 2020 +0100

    Drop Java6 - not supported by CP
---
 .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 0eb7638..140eb12 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 6, 8, 11 ]
+        java: [ 7, 8, 11 ]
 # Later versions don't work with 1.6
 
     steps:

Reply via email to