test
This commit is contained in:
parent
5b7676ee09
commit
f8d0f01be0
3 changed files with 4 additions and 3 deletions
|
@ -40,7 +40,7 @@ jobs:
|
|||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
coverage: none
|
||||
tools: composer, cs2pr
|
||||
tools: composer
|
||||
env:
|
||||
runner: self-hosted
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
coverage: none
|
||||
tools: composer, phpunit-polyfills
|
||||
tools: composer
|
||||
env:
|
||||
runner: self-hosted
|
||||
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
"squizlabs/php_codesniffer": "3.*",
|
||||
"wp-coding-standards/wpcs": "dev-develop",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
|
||||
"sirbrillig/phpcs-variable-analysis": "^2.11"
|
||||
"sirbrillig/phpcs-variable-analysis": "^2.11",
|
||||
"yoast/phpunit-polyfills": "^3.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": true
|
||||
|
|
Loading…
Reference in a new issue