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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 4e94604 Java 16-ea appears to not be supported by GitHub yet. 4e94604 is described below commit 4e9460413a01846265831129eae856cb75ba9edb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jul 22 11:14:21 2020 -0400 Java 16-ea appears to not be supported by GitHub yet. --- .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 585c590..01eb5e5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,13 +24,11 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 14, 15-ea, 16-ea ] + java: [ 8, 11, 14, 15-ea ] experimental: [false] include: - node: 15-ea experimental: true - - node: 16-ea - experimental: true steps: - uses: actions/checkout@v1