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/10/29 04:11:29 UTC

[groovy] branch master updated: just run pull request changes with main JDK versions

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 b46e02ff4b just run pull request changes with main JDK versions
b46e02ff4b is described below

commit b46e02ff4babdcb052ee0707b9bd03a26ea1f48f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Oct 29 14:10:58 2022 +1000

    just run pull request changes with main JDK versions
---
 .../workflows/{groovy-build-test.yml => groovy-build-test-aux.yml}    | 4 ++--
 .github/workflows/groovy-build-test-ea.yml                            | 2 +-
 .../workflows/{groovy-build-test.yml => groovy-build-test-main.yml}   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/groovy-build-test.yml b/.github/workflows/groovy-build-test-aux.yml
similarity index 96%
copy from .github/workflows/groovy-build-test.yml
copy to .github/workflows/groovy-build-test-aux.yml
index 3ae246803d..4e0b273327 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test-aux.yml
@@ -15,7 +15,7 @@
 
 name: Build and test
 
-on: [push, pull_request]
+on: [push]
 
 permissions:
   contents: read
@@ -26,7 +26,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-22.04]
-        java: [11, 12, 13, 14, 15, 16, 17, 18]
+        java: [12, 13, 14, 15, 16]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v3
diff --git a/.github/workflows/groovy-build-test-ea.yml b/.github/workflows/groovy-build-test-ea.yml
index 1c2d90baa4..d4a86698fd 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -15,7 +15,7 @@
 
 name: Build and test ea
 
-on: [push, pull_request]
+on: [push]
 
 permissions:
   contents: read
diff --git a/.github/workflows/groovy-build-test.yml b/.github/workflows/groovy-build-test-main.yml
similarity index 97%
rename from .github/workflows/groovy-build-test.yml
rename to .github/workflows/groovy-build-test-main.yml
index 3ae246803d..27ab24381e 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test-main.yml
@@ -26,7 +26,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-22.04]
-        java: [11, 12, 13, 14, 15, 16, 17, 18]
+        java: [11, 17, 18]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v3