File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 66 - 7.4snapshot
77 - master
88
9- env :
10- - dependencies=lowest
11- - dependencies=highest
12-
139matrix :
1410 allow_failures :
1511 - php : master
16- env : dependencies=lowest
17- - php : master
18- env : dependencies=highest
1912
2013before_script :
2114 - composer self-update
22- - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --no-interaction; fi;
23- - if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
15+ - composer update --no-interaction
2416
2517script :
2618 - vendor/bin/phing
Original file line number Diff line number Diff line change 1212 "phpstan/phpstan" : " ^0.12" ,
1313 "phpunit/phpunit" : " ^6.3" ,
1414 "slevomat/coding-standard" : " ^4.7.2" ,
15- "symfony/process" : " ^3.4 || ^ 4.0" ,
15+ "symfony/process" : " ^4.0" ,
1616 "phpstan/extension-installer" : " ^1.0" ,
1717 "phpstan/phpstan-strict-rules" : " ^0.12"
1818 },
You can’t perform that action at this time.
0 commit comments