Skip to content

Commit

Permalink
Try micronaut 4.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Sep 6, 2024
1 parent 690527f commit a140ed5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/micronaut-joint-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a140ed5

Please sign in to comment.