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 16:45:39 UTC

[groovy] branch master updated: Use JDK 11(LTS) on github-actions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 41a69cb  Use JDK 11(LTS) on github-actions
41a69cb is described below

commit 41a69cb26b2616628d16574aa28b8c0b9afd7d8a
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 23 00:45:26 2019 +0800

    Use JDK 11(LTS) on github-actions
---
 .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 d60927c..79ba00c 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -22,7 +22,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-18.04]
-        java: ['12.0.2']
+        java: [11.0.5]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1
@@ -37,7 +37,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-18.04]
-        java: ['12.0.2']
+        java: [11.0.5]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1