Improve Actions #27

Merged
linos merged 30 commits from improve_actions into main 2024-09-21 14:06:11 +02:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit f8d0f01be0 - Show all commits

View file

@ -40,7 +40,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: none
tools: composer, cs2pr
tools: composer
env:
runner: self-hosted

View file

@ -42,7 +42,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: none
tools: composer, phpunit-polyfills
tools: composer
env:
runner: self-hosted

View file

@ -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