Skip to content

Commit 3ea7535

Browse files
committed
Merge branch 'master' into 8.x
2 parents 23ee406 + 27f7998 commit 3ea7535

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ language: php
33
php:
44
- 7.3
55
- 7.4
6+
- 8.0
7+
8+
env:
9+
global:
10+
- COMPOSER_MEMORY_LIMIT=-1
11+
- XDEBUG_MODE=coverage
612

713
cache:
814
directories:
@@ -15,8 +21,8 @@ before_install:
1521
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1622

1723
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
2026

2127
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
2228

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"email": "[email protected]"
1313
}],
1414
"require": {
15-
"php": "^7.3",
15+
"php": "^7.3|^8.0",
1616
"ext-json": "*",
1717
"arvenil/ninja-mutex": "^0.6",
1818
"illuminate/console": "^8.0",

0 commit comments

Comments
 (0)