Skip to content

Commit

Permalink
Update Scrutinizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Jan 12, 2022
1 parent c15bcd2 commit a415cb5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .scrutinizer.yml
Expand Up @@ -6,19 +6,21 @@ filter:
- "src/*"

build:
image: default-bionic

environment:
php:
version: 8.0.11
ini:
"xdebug.mode": coverage

nodes:
analysis:
environment:
php: 7.4.12

tests:
override:
- php-scrutinizer-run

tests-and-coverage:
environment:
php: 7.4.12

phpunit:
dependencies:
override:
- composer self-update
Expand Down

0 comments on commit a415cb5

Please sign in to comment.