Skip to content

Commit d7fd2c6

Browse files
committed
Add Laravel 8 support
1 parent 3ff5334 commit d7fd2c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ php:
77

88
env:
99
matrix:
10+
- Laravel=8.x
1011
- Laravel=7.x
1112
- Laravel=6.x
1213
- Laravel=5.8.x
1314

15+
matrix:
16+
exclude:
17+
# Unsupported combinations
18+
- { env: Laravel=8.x, php: 7.2 }
19+
1420
install:
1521
- travis_retry composer require --dev "laravel/framework:${Laravel}" --no-interaction
1622

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.2",
22-
"laravel/framework": "5.8.* || ^6.0 || ^7.0"
22+
"laravel/framework": "5.8.* || ^6.0 || ^7.0 || ^8.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": ">=3.8",

0 commit comments

Comments
 (0)