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 e95d7e0 commit deef285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
Expand Up @@ -6,6 +6,8 @@ filter:
- "src/*"

build:
image: default-bionic

environment:
php:
version: 8.0.11
Expand All @@ -26,10 +28,8 @@ build:

tests:
override:
- command: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
- command: "./vendor/bin/phpunit --coverage-clover ./coverage.xml"
on_node: 1
coverage:
file: coverage.xml
format: php-clover


0 comments on commit deef285

Please sign in to comment.