Skip to content

Commit

Permalink
Use the same Fixer version in CI as for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Dec 4, 2023
1 parent 592691c commit a17843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
php-version: "8.2"
coverage: none
- name: Install PHP-CS-Fixer
run: COMPOSER_ROOT_VERSION=dev-master composer require php-cs-fixer/shim
run: composer install-tools
- run: composer cs:check -- --ansi

0 comments on commit a17843d

Please sign in to comment.