Skip to content

Commit b59fd21

Browse files
committed
Fixed syntax error
1 parent 45a3600 commit b59fd21

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/php-8.1-couch-mongo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
image: kirschbaumdevelopment/laravel-test-runner:8.1-couch-mongo
2727

2828
steps:
29-
- uses: actions/checkout@v2
30-
- run: |
31-
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
32-
goss --gossfile 8.1-couch-mongo/goss.yaml validate
29+
- uses: actions/checkout@v2
30+
- run: |
31+
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
32+
goss --gossfile 8.1-couch-mongo/goss.yaml validate

.github/workflows/php-8.1-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image: kirschbaumdevelopment/laravel-test-runner:8.1
2525

2626
steps:
27-
- uses: actions/checkout@v2
28-
- run: |
29-
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
30-
goss --gossfile 8.1/goss.yaml validate
27+
- uses: actions/checkout@v2
28+
- run: |
29+
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
30+
goss --gossfile 8.1/goss.yaml validate

.github/workflows/php-8.2-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image: kirschbaumdevelopment/laravel-test-runner:8.2
2525

2626
steps:
27-
- uses: actions/checkout@v2
28-
- run: |
29-
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
30-
goss --gossfile 8.2/goss.yaml validate
27+
- uses: actions/checkout@v2
28+
- run: |
29+
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
30+
goss --gossfile 8.2/goss.yaml validate

.github/workflows/php-8.3-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image: kirschbaumdevelopment/laravel-test-runner:8.3
2525

2626
steps:
27-
- uses: actions/checkout@v2
28-
- run: |
29-
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
30-
goss --gossfile 8.3/goss.yaml validate
27+
- uses: actions/checkout@v2
28+
- run: |
29+
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh
30+
goss --gossfile 8.3/goss.yaml validate

0 commit comments

Comments
 (0)