We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b601378 + e341f4a commit 18d7aaeCopy full SHA for 18d7aae
.github/workflows/ci.yml
@@ -36,7 +36,6 @@ jobs:
36
runs-on: ubuntu-latest
37
env:
38
php-version: 8.4
39
- PHP_CS_FIXER_IGNORE_ENV: 1
40
steps:
41
- name: "Setup PHP"
42
uses: shivammathur/setup-php@v2
@@ -53,7 +52,7 @@ jobs:
53
52
composer-options: "--optimize-autoloader"
54
55
- name: "Run PHP-CS-Fixer"
56
- run: vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
+ run: vendor/bin/php-cs-fixer fix -v --dry-run --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
57
58
phpunit:
59
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }})
0 commit comments