Skip to content

Commit

Permalink
Add missing no update to ci install script (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jun 7, 2024
1 parent 572776c commit 5886053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
coverage: none

- name: Remove not required tooling for tests
run: composer remove php-cs-fixer/shim --dev
run: composer remove php-cs-fixer/shim "*phpstan*" --dev --no-update

- name: Install composer dependencies
uses: ramsey/composer-install@v1
Expand Down

0 comments on commit 5886053

Please # to comment.