File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ matrix:
1414 - php : ' nightly'
1515
1616before_script :
17+ - pecl install pcov
18+ - phpdismod -v ALL xdebug
19+ - phpenmod -v ALL pcov
1720 - mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
1821 - bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
1922 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Original file line number Diff line number Diff line change 3434 "infection/infection" : " ^0.14" ,
3535 "orchestra/testbench" : " ^4.0" ,
3636 "phpstan/phpstan" : " ^0.11" ,
37- "phpunit/phpunit" : " ^8.2 " ,
37+ "phpunit/phpunit" : " ^8.3 " ,
3838 "laravel/cashier" : " ^7.0|^8.0|^9.0|^10.0"
3939 },
4040 "suggest" : {
You can’t perform that action at this time.
0 commit comments