You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/03/25 03:43:09 UTC

[groovy] branch GROOVY_3_0_X updated: update jdk versions (temp test of jdk16)

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new fbfc947  update jdk versions (temp test of jdk16)
fbfc947 is described below

commit fbfc947970f478a1f6a498854d6673b27f38f656
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Mar 25 13:43:02 2022 +1000

    update jdk versions (temp test of jdk16)
---
 .github/workflows/build-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index b4386d8..ef180d0 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -23,7 +23,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-18.04]
-        java: [8.0.232, 11.0.9, 15.0.1]
+        java: [8.0.322, 11.0.14.1, 16]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1
@@ -47,7 +47,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        java: [11.0.9]
+        java: [11.0.14.1]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1