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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 1578364  Replace GitHub build for Java 15 with Java 16 and drop Java 
16-ea.
1578364 is described below

commit 1578364e022a7c7455d11c8b3cdb3d85626eb0ca
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Mar 17 15:52:08 2021 -0400

    Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
    
    Add Java 17-ea.
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 19cbdaf..6b47b85 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,10 +24,10 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 15 ]
+        java: [ 8, 11, 16 ]
         experimental: [false]
         include:
-          - java: 16-ea
+          - java: 17-ea
             experimental: true        
         
     steps:

Reply via email to