Commit 8234210 1 parent 1f35847 commit 8234210 Copy full SHA for 8234210
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 4
4
- 7.2
5
5
- 7.3
6
6
- 7.4
7
+ - 8.0
8
+
9
+ env :
10
+ global :
11
+ - COMPOSER_MEMORY_LIMIT=-1
12
+ - XDEBUG_MODE=coverage
7
13
8
14
cache :
9
15
directories :
@@ -16,8 +22,8 @@ before_install:
16
22
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
17
23
18
24
install :
19
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
20
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
25
+ - travis_retry composer install --no-interaction --prefer-dist
26
+ - travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
21
27
22
28
script : vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
23
29
Original file line number Diff line number Diff line change 12
12
13
13
}],
14
14
"require" : {
15
- "php" : " ^7.2" ,
15
+ "php" : " ^7.2.5|^8.0 " ,
16
16
"ext-json" : " *" ,
17
17
"illuminate/support" : " ^6.0" ,
18
18
"illuminate/console" : " ^6.0" ,
You can’t perform that action at this time.
0 commit comments