mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:54:05 +00:00
Use new Laravel release, remove L9 support
This commit is contained in:
parent
9e8af40715
commit
a152d31ac4
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- laravel: "10.x-dev"
|
||||
- laravel: 10
|
||||
php: "8.2"
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
"spatie/invade": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^9.38|^10.0",
|
||||
"orchestra/testbench": "^7.0|^8.0",
|
||||
"laravel/framework": "^10.1.1",
|
||||
"orchestra/testbench": "^8.0",
|
||||
"league/flysystem-aws-s3-v3": "^3.12.2",
|
||||
"doctrine/dbal": "^3.6.0",
|
||||
"spatie/valuestore": "^1.2.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue