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:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: composer, cs2pr
|
tools: composer
|
||||||
env:
|
env:
|
||||||
runner: self-hosted
|
runner: self-hosted
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: composer, phpunit-polyfills
|
tools: composer
|
||||||
env:
|
env:
|
||||||
runner: self-hosted
|
runner: self-hosted
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,8 @@
|
||||||
"squizlabs/php_codesniffer": "3.*",
|
"squizlabs/php_codesniffer": "3.*",
|
||||||
"wp-coding-standards/wpcs": "dev-develop",
|
"wp-coding-standards/wpcs": "dev-develop",
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
|
"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": {
|
"config": {
|
||||||
"allow-plugins": true
|
"allow-plugins": true
|
||||||
|
|
Loading…
Reference in a new issue