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-compress.git
The following commit(s) were added to refs/heads/master by this push: new cf2f6c6 Replace Java 14 with Java 15 as the latest Java version to test. Use Jaav 16 EA as the EA version to test. cf2f6c6 is described below commit cf2f6c64558280e125a1d90f640f3fdea3160834 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 19 15:43:09 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 73b8c6c..4989e89 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,10 +25,10 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 14 ] + java: [ 8, 11, 15 ] experimental: [false] include: - - java: 15-ea + - java: 16-ea experimental: true steps: