Skip to content

Commit 18d7aae

Browse files
authored
Merge pull request #381 from Chris53897/feature/new-2
ci: fix deprecation for PhpCsFixer
2 parents b601378 + e341f4a commit 18d7aae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
runs-on: ubuntu-latest
3737
env:
3838
php-version: 8.4
39-
PHP_CS_FIXER_IGNORE_ENV: 1
4039
steps:
4140
- name: "Setup PHP"
4241
uses: shivammathur/setup-php@v2
@@ -53,7 +52,7 @@ jobs:
5352
composer-options: "--optimize-autoloader"
5453

5554
- name: "Run PHP-CS-Fixer"
56-
run: vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
55+
run: vendor/bin/php-cs-fixer fix -v --dry-run --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
5756

5857
phpunit:
5958
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }})

0 commit comments

Comments
 (0)