Skip to content

Commit

Permalink
ARCH-72 - updated worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSuthar committed May 7, 2024
1 parent 6d0e92a commit 853a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"

0 comments on commit 853a730

Please sign in to comment.