1
0
Fork 0
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:
lukinovec 2023-02-23 14:33:29 +01:00
parent a7e4956ee5
commit 4638392788
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- laravel: "^10.1.1"
- laravel: "10.x-dev"
php: "8.2"
steps:

View file

@ -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",