[CI] Fix phpcompatibility job running wrong scenario
This commit is contained in:
parent
28f9215913
commit
2de5ce8387
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
|||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
tools: phpcs
|
||||
- run: phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
|
||||
- run: phpcs . --standard=phpcompatibility.xml --warning-severity=0 --extensions=php -p
|
||||
|
|
Loading…
Reference in a new issue