File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ language: php
33php :
44 - 7.3
55 - 7.4
6+ - 8.0
7+
8+ env :
9+ global :
10+ - COMPOSER_MEMORY_LIMIT=-1
11+ - XDEBUG_MODE=coverage
612
713cache :
814 directories :
915 - $HOME/.composer/cache
1016
1117install :
12- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
13- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
18+ - travis_retry composer install --no-interaction --prefer-dist
19+ - travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1420
1521script : vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
1622
Original file line number Diff line number Diff line change 12121313 }],
1414 "require" : {
15- "php" : " ^7.3" ,
15+ "php" : " ^7.3|^8.0 " ,
1616 "illuminate/database" : " ^8.0" ,
1717 "illuminate/support" : " ^8.0"
1818 },
You can’t perform that action at this time.
0 commit comments