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 e67b678  Test major Java versions with GitHub actions as documented on 
https://github.com/actions/setup-java
e67b678 is described below

commit e67b678dde748e82c9abf0ec9480b647a9dd3703
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 30 10:57:41 2020 -0400

    Test major Java versions with GitHub actions as documented on
    https://github.com/actions/setup-java
---
 .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 2ed8656..bc6b200 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8', '11.0.4', '12.0.2' ]
+        java: [ 8, 11, 12, 13, 14 ]
         
     steps:
     - uses: actions/checkout@v1

Reply via email to