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 98f983c += Java 6 98f983c is described below commit 98f983c7549d361acb982694ff167cf09a9a967f Author: Sebb <s...@apache.org> AuthorDate: Sat Jun 20 02:06:23 2020 +0100 += Java 6 --- .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 540bdc9..e2711a1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 7, 11 ] + java: [ 6, 7, 11 ] # Later versions of Java don't support 1.6 steps: