Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARCH-72 #4400

Open
wants to merge 12 commits into
base: release
Choose a base branch
from
Prev Previous commit
Next Next commit
ARCH-72 - updated worflow
KartikSuthar committed May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 853a730f398c7c5e704850874133c64c7608744c
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
@@ -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/*"