From 853a730f398c7c5e704850874133c64c7608744c Mon Sep 17 00:00:00 2001 From: Kartik Suthar Date: Tue, 7 May 2024 11:56:21 +0530 Subject: [PATCH] ARCH-72 - updated worflow --- .github/workflows/php-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index de7a0a24be..1cba5b4945 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -39,4 +39,4 @@ jobs: run: vendor/bin/phpcs -i - name: Run PHPCompatibilityWP - run: vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php --error-severity=4 --warning-severity=6 --runtime-set testVersion ${{ matrix.php }} . --ignore="vendor/sebastian/*" --ignore="vendor/squizlabs/*" --ignore="vendor/phpcompatibility/*" --ignore="vendor/dealerdirect/*" + run: vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php --error-severity=4 --warning-severity=6 --runtime-set testVersion ${{ matrix.php }} . --ignore="vendor/sebastian/*" --ignore="vendor/squizlabs/*" --ignore="vendor/phpcompatibility/*" --ignore="vendor/dealerdirect/*" --ignore="vendor/symfony/*"