Skip to content

Commit ec3afe1

Browse files
committed
Fixed validate for 8.4
1 parent 8ceb734 commit ec3afe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
needs: publish
2323
container:
24-
image: kirschbaumdevelopment/laravel-test-runner:8.3
24+
image: kirschbaumdevelopment/laravel-test-runner:8.4
2525

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

0 commit comments

Comments
 (0)