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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 2bd287b Add Java 15-ea. 2bd287b is described below commit 2bd287bda02c4a1c592755558a27ecff0f88c30b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jul 22 11:52:18 2020 -0400 Add Java 15-ea. --- .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 173f03d..a56d0f3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 9, 10, 11, 12, 13, 14 ] + java: [ 8, 9, 10, 11, 12, 13, 14, 15-ea ] steps: - uses: actions/checkout@v1