Skip to content

Commit 4f170cf

Browse files
committed
Add --with-all-dependencies flag in phpstan test
1 parent 95c6573 commit 4f170cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
restore-keys: ${{ runner.os }}-phpstan-
8383

8484
- name: Install dependencies
85-
run: composer update --ansi --no-interaction
85+
run: composer update --ansi --no-interaction --with-all-dependencies
8686

8787
- name: Run static analysis
8888
run: composer phpstan:check

0 commit comments

Comments
 (0)