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 2023/09/30 04:50:03 UTC

[groovy] branch master updated: revert JDK test

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

paulk 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 4f83ca8709 revert JDK test
4f83ca8709 is described below

commit 4f83ca870988cb40e64fdceb985a04ba274a78f2
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Sep 30 14:49:50 2023 +1000

    revert JDK test
---
 .github/workflows/groovy-build-test-aux.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test-aux.yml b/.github/workflows/groovy-build-test-aux.yml
index 40da85d9b2..a00b3de210 100644
--- a/.github/workflows/groovy-build-test-aux.yml
+++ b/.github/workflows/groovy-build-test-aux.yml
@@ -26,7 +26,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-22.04]
-        java: [12, 13, 14, 15, 16, 18, 19, 20]
+        java: [12, 13, 14, 15, 16, 18]
     runs-on: ${{ matrix.os }}
     env:
       GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}