diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 8c29c42..d389fdc 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,7 @@ +checks: + php: + code_rating: true + duplication: true build: nodes: php72: @@ -9,6 +13,11 @@ build: php74: environment: php: 7.4 + analysis: + tests: + override: + - php-scrutinizer-run + test: true tests: override: -