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 88dbef4 Add early access builds to GitHub builds. 88dbef4 is described below commit 88dbef45ae9d14a8139ee87e4cbc41b364b70e74 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jul 22 10:36:44 2020 -0400 Add early access builds to GitHub builds. --- .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 ffaa22e..c723da0 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, 14 ] + java: [ 8, 11, 14, 15-ea, 16-ea ] steps: - uses: actions/checkout@v1