We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff5334 commit d7fd2c6Copy full SHA for d7fd2c6
.travis.yml
@@ -7,10 +7,16 @@ php:
7
8
env:
9
matrix:
10
+ - Laravel=8.x
11
- Laravel=7.x
12
- Laravel=6.x
13
- Laravel=5.8.x
14
15
+matrix:
16
+ exclude:
17
+ # Unsupported combinations
18
+ - { env: Laravel=8.x, php: 7.2 }
19
+
20
install:
21
- travis_retry composer require --dev "laravel/framework:${Laravel}" --no-interaction
22
composer.json
@@ -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"
23
},
24
"require-dev": {
25
"orchestra/testbench": ">=3.8",
0 commit comments