You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2020/12/24 09:03:07 UTC

[commons-ognl] branch master updated: ci: JDK 8, JDK 11, JDK 15

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc9b92e  ci: JDK 8, JDK 11, JDK 15
     new aa6d026  Merge pull request #11 from sullis/ci-jdk-8-11-15
dc9b92e is described below

commit dc9b92e00353dead4d9270454e218211b9614d49
Author: Sean C. Sullivan <gi...@seansullivan.com>
AuthorDate: Wed Dec 23 12:10:58 2020 -0800

    ci: JDK 8, JDK 11, JDK 15
---
 .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 3b0c099..a519c12 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', '15' ]
         
     steps:
     - uses: actions/checkout@v2