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-text.git
The following commit(s) were added to refs/heads/master by this push: new cf639a5 Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. cf639a5 is described below commit cf639a536ec2d82f63dc9d577848ad3f13dd6b5e Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Mar 17 15:54:32 2021 -0400 Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 92560da..8f8059f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,11 +24,9 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 15 ] + java: [ 8, 11, 16 ] experimental: [false] include: - - java: 16-ea - experimental: true - java: 17-ea experimental: true