Skip to content

Commit f2f9c9e

Browse files
committed
update .scrutinizer.yml
1 parent 9b67337 commit f2f9c9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
build:
2+
environment:
3+
php:
4+
version: '8.0'
25
nodes:
36
analysis:
47
tests:
@@ -7,7 +10,7 @@ build:
710
coverage:
811
tests:
912
override:
10-
- command: php vendor/bin/phpunit --coverage-clover coverage.xml
13+
- command: XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-clover coverage.xml
1114
coverage:
1215
file: coverage.xml
1316
format: clover

0 commit comments

Comments
 (0)