This is an automated email from the ASF dual-hosted git repository. ggregory 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 4bf9edb Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test. 4bf9edb is described below commit 4bf9edb8298d187a96d6a4868ef5e68652bc8d6c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 19 15:47:43 2020 -0400 Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test. --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9859ef9..ebe35a7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,10 +24,10 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 7, 8, 11, 14 ] + java: [ 7, 8, 11, 15 ] experimental: [false] include: - - java: 15-ea + - java: 16-ea experimental: true steps: