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 2020/04/04 11:13:40 UTC

[groovy] branch danielsun/github-actions-jdk11 created (now 4b2edb9)

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

sunlan pushed a change to branch danielsun/github-actions-jdk11
in repository https://gitbox.apache.org/repos/asf/groovy.git.


      at 4b2edb9  Use JDK 11.0.6 on github actions

This branch includes the following new commits:

     new 4b2edb9  Use JDK 11.0.6 on github actions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[groovy] 01/01: Use JDK 11.0.6 on github actions

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch danielsun/github-actions-jdk11
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 4b2edb99a945ac825c17f719dba53509971555ea
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Apr 4 19:13:24 2020 +0800

    Use JDK 11.0.6 on github actions
---
 .github/workflows/gradle-snapshot-distribution.yml | 2 +-
 .github/workflows/gradle.yml                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/gradle-snapshot-distribution.yml b/.github/workflows/gradle-snapshot-distribution.yml
index 0f78fd3..8c2a032 100644
--- a/.github/workflows/gradle-snapshot-distribution.yml
+++ b/.github/workflows/gradle-snapshot-distribution.yml
@@ -23,7 +23,7 @@ jobs:
       fail-fast: true
       matrix:
         os: [ubuntu-18.04]
-        java: [11.0.5]
+        java: [11.0.6]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 58ea012..caa7b18 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-18.04]
-        java: [8.0.232, 11.0.5]
+        java: [8.0.232, 11.0.6]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1
@@ -41,7 +41,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-18.04]
-        java: [8.0.232, 11.0.5]
+        java: [8.0.232, 11.0.6]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1