Skip to content

Commit 98c38d2

Browse files
author
Matt McDonald
committed
Support Laravel 8
1 parent 9633f92 commit 98c38d2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,16 @@ matrix:
5959
env: LARAVEL=6.* PHPUNIT=^8.4 TESTBENCH=4.*
6060
- php: 7.3
6161
env: LARAVEL=7.* PHPUNIT=^8.4 TESTBENCH=5.*
62+
- php: 7.3
63+
env: LARAVEL=8.* PHPUNIT=^9.0 TESTBENCH=6.*
6264
- php: 7.4
6365
env: LARAVEL=5.8.* PHPUNIT=^7.0 TESTBENCH=3.8.*
6466
- php: 7.4
6567
env: LARAVEL=6.* PHPUNIT=^8.4 TESTBENCH=4.*
6668
- php: 7.4
6769
env: LARAVEL=7.* PHPUNIT=^8.4 TESTBENCH=5.*
70+
- php: 7.4
71+
env: LARAVEL=8.* PHPUNIT=^9.0 TESTBENCH=6.*
6872

6973
before_install:
7074
- travis_retry composer self-update

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": ">=5.5.9",
22-
"illuminate/support": "^5.2|^6.0|^7.0"
22+
"illuminate/support": "^5.2|^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
25-
"illuminate/database": "^5.2|^6.0|^7.0",
26-
"orchestra/testbench": "^3.1|^4.0|^5.0",
25+
"illuminate/database": "^5.2|^6.0|^7.0|^8.0",
26+
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0",
2727
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.4|^9.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)