File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 7878 - " 8.2"
7979 - " 8.3"
8080 - " 8.4"
81- # ## Exclude PHP 8.4 for php-c-fixers as there is currently no support
82- exclude :
83- - command : " test:phpcs"
84- php-version : " 8.4"
8581
8682 steps :
8783 -
Original file line number Diff line number Diff line change 9999 ],
100100 "test:phpcs" : [
101101 " [ -e .Build/bin/php-cs-fixer ] || composer update" ,
102- " export PHP_CS_FIXER_IGNORE_ENV=1 && .Build/bin/php-cs-fixer fix -v --dry-run --diff"
102+ " .Build/bin/php-cs-fixer fix -v --dry-run --diff"
103103 ],
104104 "test:rector" : [
105105 " [ -e .Build/bin/rector ] || composer update" ,
136136 ],
137137 "fix:phpcs" : [
138138 " [ -e .Build/bin/php-cs-fixer ] || composer update" ,
139- " export PHP_CS_FIXER_IGNORE_ENV=1 && .Build/bin/php-cs-fixer fix -v"
139+ " .Build/bin/php-cs-fixer fix -v"
140140 ],
141141 "fix:rector" : [
142142 " [ -e .Build/bin/rector ] || composer update" ,
You can’t perform that action at this time.
0 commit comments