You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/11/22 17:43:19 UTC

[groovy] 03/06: Add JDK 8(LTS) to github-actions

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

sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 14a205aed48b8add6771af29cf1f905e750f798c
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 23 00:49:15 2019 +0800

    Add JDK 8(LTS) to github-actions
    
    (cherry picked from commit d3c29f9193296ea5efc34815e5c5991af8c5cb62)
---
 .github/workflows/gradle.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 79ba00c..891c7d2 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -22,7 +22,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-18.04]
-        java: [11.0.5]
+        java: [1.8.0_232, 11.0.5]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1
@@ -37,7 +37,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-18.04]
-        java: [11.0.5]
+        java: [1.8.0_232, 11.0.5]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1