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 8e0a8f2  Replace Java 14 with Java 15 as the latest Java version to 
test. Use Jaav 16 EA as the EA version to test.
8e0a8f2 is described below

commit 8e0a8f2298315e977b206c437ef5dcf65fe545a8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Sep 19 15:46:59 2020 -0400

    Replace Java 14 with Java 15 as the latest Java version to test. Use
    Jaav 16 EA as the EA version to test.
---
 .github/workflows/maven.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d99ca79..5f89c7c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,11 +24,9 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 14 ]
+        java: [ 8, 11, 15 ]
         experimental: [false]
         include:
-          - java: 15-ea
-            experimental: true        
           - java: 16-ea
             experimental: true        
         

Reply via email to