CI: force PHP 8.3 usage for PHP-CS-Fixer

This commit is contained in:
n 2024-12-29 10:50:45 +01:00
parent 0696e65d69
commit eaf7f98f95
Signed by: n
GPG key ID: 510227DD6C502CE3

View file

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