Skip to content

Commit

Permalink
Add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrono committed Sep 15, 2020
1 parent 3ff5334 commit d7fd2c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ php:

env:
matrix:
- Laravel=8.x
- Laravel=7.x
- Laravel=6.x
- Laravel=5.8.x

matrix:
exclude:
# Unsupported combinations
- { env: Laravel=8.x, php: 7.2 }

install:
- travis_retry composer require --dev "laravel/framework:${Laravel}" --no-interaction

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "5.8.* || ^6.0 || ^7.0"
"laravel/framework": "5.8.* || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"orchestra/testbench": ">=3.8",
Expand Down

0 comments on commit d7fd2c6

Please sign in to comment.