Skip to content

Commit f7f1682

Browse files
committed
added env variable to ignore php-cs-fixer error with PHP 8.4
1 parent 0c0cdf5 commit f7f1682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: composer install --prefer-dist --no-progress
2121

2222
- name: Check coding standards (optional)
23-
run: vendor/bin/php-cs-fixer fix --dry-run --diff
23+
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
2424

2525
- name: Run tests (PHPUnit)
2626
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)