Revert "CI: disable PHP version check for PHP-CS-Fixer"

This reverts commit 3477a9bceb.
This commit is contained in:
n 2024-12-29 15:26:58 +01:00
parent 4e9e48e8c3
commit f021e372f6
Signed by: n
GPG key ID: 510227DD6C502CE3

View file

@ -29,6 +29,6 @@ jobs:
- name: Lint PHP files
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
- name: PHP CS Fixer
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
- run: echo "🍏 This job's status is ${{ job.status }}."