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


The following commit(s) were added to refs/heads/master by this push:
     new 468f5ce  Remove Java 12 and 13.
468f5ce is described below

commit 468f5ce0ab64a3b1b72c82e375a81b05c162674d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 15 10:57:06 2020 -0400

    Remove Java 12 and 13.
---
 .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 bc6b200..b7abfb6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ 8, 11, 12, 13, 14 ]
+        java: [ 8, 11, 14 ]
         
     steps:
     - uses: actions/checkout@v1

Reply via email to