Skip to content

Commit

Permalink
Merge pull request #48 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 e5de853 + 9e69448 commit dbbd781
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-lowest, 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 @@ -19,7 +19,7 @@
],
"require": {
"php": ">=7.3",
"illuminate/support": "^6.0|^7.0"
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
Expand Down

0 comments on commit dbbd781

Please sign in to comment.