From 9556f3fba59b07daf6d5f4c139f667394419520e Mon Sep 17 00:00:00 2001 From: Thierry Bela Date: Fri, 12 Aug 2022 11:37:10 -0400 Subject: [PATCH] #124 github actions update --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 91903b09..87affa2e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -19,7 +19,7 @@ jobs: with: php-version: '5.6' extensions: mbstring, xml - tools: php-cs-fixer, phpunit, composer + tools: phpunit, composer - name: Validate composer.json and composer.lock run: composer validate --strict