Skip to content

Commit

Permalink
Add --with-all-dependencies flag in phpstan test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Dec 6, 2024
1 parent 95c6573 commit 4f170cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
restore-keys: ${{ runner.os }}-phpstan-

- name: Install dependencies
run: composer update --ansi --no-interaction
run: composer update --ansi --no-interaction --with-all-dependencies

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

0 comments on commit 4f170cf

Please sign in to comment.