Skip to content

Commit 7dacb1c

Browse files
committed
Merge branch 'master' into 8.x
2 parents e392eea + 578efb8 commit 7dacb1c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
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:
@@ -12,8 +18,8 @@ services:
1218
- mysql
1319

1420
install:
15-
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
16-
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
21+
- travis_retry composer install --no-interaction --prefer-dist
22+
- travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1723

1824
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
1925

composer.json

Lines changed: 1 addition & 1 deletion
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
"illuminate/console": "^8.0",
1818
"illuminate/support": "^8.0",

0 commit comments

Comments
 (0)