This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git

commit f7e34671c3d1a8b590b8ee8d0ff82b62579d80fa
Author: Alex Herbert <[email protected]>
AuthorDate: Fri Oct 2 22:21:41 2020 +0100

    Test on Java LTS 14 and remove Java 15
    
    Java 15 is replaced by the experimental java 16-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 9bd42c0..cddb676 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 15 ]
+        java: [ 8, 11, 14 ]
         experimental: [false]
         include:
           - java: 16-ea

Reply via email to