build-configs: disable PHPUnit, PHPCS and PHPStan
This commit is contained in:
parent
424f9a66f5
commit
03e0977a88
1 changed files with 3 additions and 4 deletions
|
|
@ -11,10 +11,9 @@ database:
|
|||
|
||||
php:
|
||||
version: 8.1-fpm-bullseye
|
||||
phpcs:
|
||||
standard: Drupal,DrupalPractice
|
||||
phpstan:
|
||||
level: max
|
||||
phpcs: false
|
||||
phpstan: false
|
||||
phpunit: false
|
||||
|
||||
drupal:
|
||||
docroot: web
|
||||
|
|
|
|||
Reference in a new issue