File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ matrix:
2525 fast_finish : true
2626 include :
2727 - php : 7.0
28- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
28+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
29+ - php : 7.4
30+ env : COVERAGE=true TEST_COMMAND="composer test-ci"
2931
3032before_install :
3133 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 2121 "php-http/promise" : " ^1.0"
2222 },
2323 "require-dev" : {
24- "phpspec/phpspec" : " ^2.4 " ,
25- "henrikbjorn /phpspec-code-coverage" : " ^1.0 "
24+ "phpspec/phpspec" : " ^4.3.4|^5.0|^6.0 " ,
25+ "friends-of-phpspec /phpspec-code-coverage" : " ^4.1 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
Original file line number Diff line number Diff line change 44 psr4_prefix : Http\Client
55formatter.name : pretty
66extensions :
7- - PhpSpec\Extension \CodeCoverageExtension
7+ FriendsOfPhpSpec\ PhpSpec\CodeCoverage \CodeCoverageExtension: ~
88code_coverage :
99 format : clover
1010 output : build/coverage.xml
You can’t perform that action at this time.
0 commit comments