actions: use newer php-cs-fixer

This commit is contained in:
Dylan T
2022-08-15 17:26:42 +01:00
committed by GitHub
parent dce8bd6d21
commit 99b55f7427

View File

@ -198,7 +198,7 @@ jobs:
uses: shivammathur/setup-php@2.21.1
with:
php-version: 8.0
tools: php-cs-fixer:3.2
tools: php-cs-fixer:3.8
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff --ansi