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 2021/09/22 07:36:10 UTC

[groovy] branch master updated: revert try 17 also for github actions

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 ccbc21d  revert try 17 also for github actions
ccbc21d is described below

commit ccbc21d2629d6f774f7ef0a015a86d0d9721e0aa
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 22 17:36:02 2021 +1000

    revert try 17 also for github actions
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index cdd8556..efb037a 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, 11, 17]
+        java: [8, 11]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v1