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

commit d3777d859caf7feb61f770ab9e40727f32b3a1ce
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 17:30:26 2020 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9f1886f..6686319 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,6 +29,8 @@ jobs:
         include:
           - java: 15-ea
             experimental: true        
+          - java: 16-ea
+            experimental: true
         
     steps:
     - uses: actions/checkout@v1

Reply via email to