Skip to content

Commit

Permalink
ci: Remove PHP-CS-Fixer config from legacy tests (#101)
Browse files Browse the repository at this point in the history
This would have helped to avoid some patches on
https://github.com/theofidry/php-cs-fixer-config but now that it is done
at the very least it will allow to update the project without problems
in the future.
  • Loading branch information
theofidry authored Sep 17, 2023
1 parent 9e0adaf commit 2021b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: "Remove incompatible dev dependencies"
run: |
composer remove --dev fidry/makefile --no-update --no-install;
composer remove --dev theofidry/php-cs-fixer-config --no-update --no-install;
composer remove --dev fidry/php-cs-fixer-config --no-update --no-install;
composer remove --dev webmozarts/strict-phpunit --no-update --no-install;
- name: "Set up PHP"
Expand Down

0 comments on commit 2021b4c

Please sign in to comment.