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.
2 parents cacc197 + 33a08ea commit 8e593a2Copy full SHA for 8e593a2
.github/workflows/ci.yaml
@@ -10,8 +10,10 @@ jobs:
10
fail-fast: true
11
matrix:
12
php: [7.3, 7.4]
13
- laravel: [6.*, 7.*]
+ laravel: [6.*, 7.*, 8.*]
14
include:
15
+ - laravel: 8.*
16
+ testbench: 6.*
17
- laravel: 7.*
18
testbench: 5.*
19
- laravel: 6.*
composer.json
@@ -19,11 +19,12 @@
],
20
"require": {
21
"php": "^7.1",
22
- "illuminate/support": "^6.0|^7.0",
23
- "illuminate/database": "^6.0|^7.0"
+ "illuminate/support": "^6.0|^7.0|^8.0",
+ "illuminate/database": "^6.0|^7.0|^8.0"
24
},
25
"require-dev": {
26
- "orchestra/testbench": "4.*|5.*",
+ "laravel/legacy-factories": "^1.0@dev",
27
+ "orchestra/testbench": "4.*|5.*|6.*",
28
"phpunit/phpunit": "^8.0"
29
30
"autoload": {
0 commit comments