File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ language: php
3
3
php :
4
4
- 7.3
5
5
- 7.4
6
+ - 8.0
7
+
8
+ env :
9
+ global :
10
+ - COMPOSER_MEMORY_LIMIT=-1
11
+ - XDEBUG_MODE=coverage
6
12
7
13
cache :
8
14
directories :
@@ -15,8 +21,8 @@ before_install:
15
21
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
16
22
17
23
install :
18
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
19
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
24
+ - travis_retry composer install --no-interaction --prefer-dist
25
+ - travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
20
26
21
27
script : vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
22
28
Original file line number Diff line number Diff line change 12
12
13
13
}],
14
14
"require" : {
15
- "php" : " ^7.3" ,
15
+ "php" : " ^7.3|^8.0 " ,
16
16
"ext-json" : " *" ,
17
17
"arvenil/ninja-mutex" : " ^0.6" ,
18
18
"illuminate/console" : " ^8.0" ,
You can’t perform that action at this time.
0 commit comments