Skip to content

Commit 8a267a1

Browse files
Ignore compatibility issue of cs-fixer with PHP 8.4
1 parent 4ab7b28 commit 8a267a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/symfony.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run PHPStan (Static Analysis)
4949
run: vendor/bin/phpstan analyse --memory-limit=2G
5050
- name: Run php-cs-fixer
51-
run: vendor/bin/php-cs-fixer check
51+
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer check
5252
- name: Run Security Checker
5353
run: vendor/bin/security-checker security:check
5454
- name: Run PHPUnit Tests

0 commit comments

Comments
 (0)