Skip to content

Commit

Permalink
Merge pull request #119 from codedge/L8-support
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
codedge authored Sep 17, 2020
2 parents 8050b70 + c375814 commit 8b8fe3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
strategy:
matrix:
php: ['7.3', '7.4']
laravel: [6.*, 7.*]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"php": ">=7.3",
"ext-json": "*",
"ext-zip": "*",
"laravel/framework": "^6.0|^7.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "6.*"
},
"require-dev": {
Expand Down

0 comments on commit 8b8fe3a

Please sign in to comment.