You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/24 10:45:56 UTC

[commons-validator] branch master updated: No longer relevant

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 d136870  No longer relevant
d136870 is described below

commit d136870f9e702e0d5720ba03ecdab0425d4b954b
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 24 11:45:47 2020 +0100

    No longer relevant
---
 .github/workflows/maven.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 169aeb0..5aa7ba7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,6 @@ jobs:
     strategy:
       matrix:
         java: [ 7, 8, 11 ]
-# Later versions of Java don't support 1.6
         
     steps:
     - uses: actions/checkout@v1