This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch danielsun/micronaut_46x in repository https://gitbox.apache.org/repos/asf/groovy.git
commit a140ed576941bff138eb1386361c068d0b447512 Author: Daniel Sun <[email protected]> AuthorDate: Sat Sep 7 00:03:14 2024 +0800 Try micronaut 4.6.x --- .github/workflows/micronaut-joint-validation.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/micronaut-joint-validation.yml b/.github/workflows/micronaut-joint-validation.yml index 4d496510cc..117da92c8e 100644 --- a/.github/workflows/micronaut-joint-validation.yml +++ b/.github/workflows/micronaut-joint-validation.yml @@ -14,13 +14,8 @@ # limitations under the License. name: "Micronaut Joint Validation Build" -on: - push: - branches: - - GROOVY_4_0_X - pull_request: - branches: - - GROOVY_4_0_X +on: [push, pull_request] + jobs: build: strategy: @@ -43,7 +38,7 @@ jobs: # Clone Micronaut Repos - name: Checkout Micronaut Core - run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.4.x + run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.6.x - name: Checkout Micronaut Groovy run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 4.1.x
