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-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 35fd754  Drop Java6 - not supported by CP
35fd754 is described below

commit 35fd7542dd4cb1b116865856bbae253d4e2c85f2
Author: Sebb <s...@apache.org>
AuthorDate: Sat Jun 20 10:22:21 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 e2711a1..540bdc9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 6, 7, 11 ]
+        java: [ 7, 11 ]
 # Later versions of Java don't support 1.6
         
     steps:

Reply via email to