mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:14:03 +00:00
Use 10.x-dev
This commit is contained in:
parent
a7e4956ee5
commit
4638392788
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- laravel: "^10.1.1"
|
||||
- laravel: "10.x-dev"
|
||||
php: "8.2"
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"spatie/invade": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^10.1.1",
|
||||
"laravel/framework": "10.x-dev",
|
||||
"orchestra/testbench": "^8.0",
|
||||
"league/flysystem-aws-s3-v3": "^3.12.2",
|
||||
"doctrine/dbal": "^3.6.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue