Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Commit fc8ed6e

Browse files
committed
Fixed scrutinizer file
1 parent 2fb1289 commit fc8ed6e

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

.scrutinizer.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ checks:
77

88
filter:
99
paths:
10-
- src/*
10+
- src/*
1111

1212
build:
1313
nodes:
14-
php56:
14+
php71:
1515
environment:
16-
php: '5.6'
16+
php: 7.1
1717
tests:
1818
override:
1919
- php-scrutinizer-run
@@ -22,9 +22,20 @@ build:
2222
coverage:
2323
file: build/phpunit/clover.xml
2424
format: php-clover
25-
php71:
25+
php72:
26+
environment:
27+
php: 7.2
28+
tests:
29+
override:
30+
- php-scrutinizer-run
31+
-
32+
command: composer test
33+
coverage:
34+
file: build/phpunit/clover.xml
35+
format: php-clover
36+
php73:
2637
environment:
27-
php: '7.1'
38+
php: 7.3
2839
tests:
2940
override:
3041
- php-scrutinizer-run

0 commit comments

Comments
 (0)