From 6d34c700a957a697ad3decaaa56c9cc5e1af7674 Mon Sep 17 00:00:00 2001 From: Kartik Suthar Date: Tue, 7 May 2024 12:05:02 +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 1cba5b4945..8af4941192 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/*" --ignore="vendor/symfony/*" + 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/*" --ignore="vendor/phpunit/*"