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 fac84e2  Add Java 16-ea to GitHub builds.
fac84e2 is described below

commit fac84e28529b83b9bd44f2de8eb75be54388bf58
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 17:29:59 2020 -0400

    Add Java 16-ea to GitHub builds.
---
 .github/workflows/maven.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 900441d..f40c8f7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,9 @@ jobs:
         experimental: [false]
         include:
           - java: 15-ea
-            experimental: true        
+            experimental: true
+          - java: 16-ea
+            experimental: true
         
     steps:
     - uses: actions/[email protected]

Reply via email to