Skip to content

Commit 5ea686b

Browse files
committed
use more recent micronaut version
1 parent 695af25 commit 5ea686b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/micronaut-joint-validation.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
build:
2626
strategy:
2727
fail-fast: true
28-
matrix:
29-
os: [ubuntu-latest]
30-
runs-on: ${{ matrix.os }}
28+
runs-on: ubuntu-latest
3129
env:
3230
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
3331
steps:
@@ -45,10 +43,10 @@ jobs:
4543

4644
# Clone Micronaut Repos
4745
- name: Checkout Micronaut Core
48-
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.0.x
46+
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 4.4.x
4947

5048
- name: Checkout Micronaut Groovy
51-
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b master
49+
run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 4.1.x
5250

5351
- name: Build and install groovy (no docs)
5452
run: ./gradlew --no-build-cache --no-daemon --no-scan clean install -x asciidoc -x docGDK -x groovydoc -x javadoc -x javadocAll -x groovydocAll

0 commit comments

Comments
 (0)