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 8f77bab += Java 6 8f77bab is described below commit 8f77babfb68f633f1a7fa0c4d875f6a7fcc1d84f Author: Sebb <s...@apache.org> AuthorDate: Sat Jun 20 02:05:51 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 09c806e..0eb7638 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11 ] + java: [ 6, 8, 11 ] # Later versions don't work with 1.6 steps: