File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ matrix:
25
25
fast_finish : true
26
26
include :
27
27
- 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"
29
31
30
32
before_install :
31
33
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 21
21
"php-http/promise" : " ^1.0"
22
22
},
23
23
"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 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
Original file line number Diff line number Diff line change 4
4
psr4_prefix : Http\Client
5
5
formatter.name : pretty
6
6
extensions :
7
- - PhpSpec\Extension \CodeCoverageExtension
7
+ FriendsOfPhpSpec\ PhpSpec\CodeCoverage \CodeCoverageExtension: ~
8
8
code_coverage :
9
9
format : clover
10
10
output : build/coverage.xml
You can’t perform that action at this time.
0 commit comments