1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 23:34:03 +00:00

Use new Laravel release, remove L9 support

This commit is contained in:
lukinovec 2023-02-23 14:17:30 +01:00
parent 9e8af40715
commit a152d31ac4
2 changed files with 3 additions and 3 deletions

View file

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

View file

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