Skip to content

Commit

Permalink
Laravel 9 Support (#39)
Browse files Browse the repository at this point in the history
* Add support for Laravel 9

* Update tests

* wip
  • Loading branch information
jbrooksuk authored Feb 12, 2022
1 parent 50e68d6 commit 0b84218
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6,433 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-stable]
include:
- php: 8.0
laravel: 9.x
testbench: 7.*
dependency-version: prefer-stable
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/auth": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0"
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
Expand Down
Loading

0 comments on commit 0b84218

Please sign in to comment.