diff --git a/.github/workflows/fabbot.yml b/.github/workflows/fabbot.yml index 52fdef0..d867296 100644 --- a/.github/workflows/fabbot.yml +++ b/.github/workflows/fabbot.yml @@ -31,7 +31,7 @@ jobs: run: | # Install dependencies and select files to check pip install codespell & - composer global require -q friendsofphp/php-cs-fixer seld/jsonlint symfony/yaml & + composer global require -q friendsofphp/php-cs-fixer:^3 seld/jsonlint symfony/yaml & mkdir a [ -e o/.php-cs-fixer.dist.php ] && cp -a {o,a}/.php-cs-fixer.dist.php