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:20 UTC

[groovy] 04/06: Fix the version JDK 8(LTS) of 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 006bb56745d03f7d3f19d81fc05587a90d10f24c
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 23 00:52:25 2019 +0800

    Fix the version JDK 8(LTS) of github-actions
    
    (cherry picked from commit d6b6ee86cde9a0e793df07e97f8a20d425341782)
---
 .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 891c7d2..f05eeaf 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -22,7 +22,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-18.04]
-        java: [1.8.0_232, 11.0.5]
+        java: [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: [1.8.0_232, 11.0.5]
+        java: [8.0.232, 11.0.5]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1