From a009f75dea62e87d427a6d873b09f2b54cf20bdf Mon Sep 17 00:00:00 2001 From: Alessandro Minoccheri Date: Wed, 9 Dec 2020 21:22:42 +0100 Subject: [PATCH] fix ci for PHP8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a25ccf..6699abe 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ php-cs-fixer: .PHONY: php-cs-fixer-ci php-cs-fixer-ci: - vendor/bin/php-cs-fixer fix --dry-run --no-interaction --allow-risky=yes --diff --verbose .php_cs.dist + PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --no-interaction --allow-risky=yes --diff --verbose .php_cs.dist # Based on https://suva.sh/posts/well-documented-makefiles/ help: ## Display this help