Skip to content

Commit b5858e4

Browse files
committed
CI: php-cs-fixer IGNORE_ENV var to allow running under PHP8.1
1 parent d795122 commit b5858e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ jobs:
4141

4242
- name: PHP-CS-Fixer
4343
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
44+
env:
45+
PHP_CS_FIXER_IGNORE_ENV: 1

0 commit comments

Comments
 (0)