Skip to content

Commit

Permalink
set env var to fudge build oh php-cs-fixer under php8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Dec 4, 2022
1 parent b27001c commit 53bb238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: php $(which composer) install --prefer-dist -n

- name: Build/test
run: php $(which composer) build
run: PHP_CS_FIXER_IGNORE_ENV=1 php $(which composer) build

- name: setup coveralls
run: mkdir -p build/logs || true
Expand Down

0 comments on commit 53bb238

Please sign in to comment.