File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ checks:
1818 fix_doc_comments : true
1919
2020build :
21- nodes :
22- coverage :
23- tests :
24- override :
25- -
26- command : ' vendor/bin/phpunit --coverage-clover=some-file'
27- coverage :
28- file : ' some-file'
29- format : ' clover'
21+ tests :
22+ override :
23+ - php-scrutinizer-run
24+ -
25+ command : ' vendor/bin/phpunit --coverage-clover=some-file'
26+ coverage :
27+ file : ' some-file'
28+ format : ' clover'
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ matrix:
2626 env :
2727 - testbench=3.6.x
2828 - phpunit=7.0.x
29+ - php : 7.1
30+ env :
31+ - testbench=3.7.x
32+ - phpunit=7.0.x
2933 - php : 7.2
3034 env :
3135 - testbench=3.5.x
@@ -38,6 +42,10 @@ matrix:
3842 env :
3943 - testbench=3.6.x
4044 - phpunit=7.0.x
45+ - php : 7.2
46+ env :
47+ - testbench=3.7.x
48+ - phpunit=7.0.x
4149
4250sudo : false
4351
You can’t perform that action at this time.
0 commit comments