1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:54:05 +00:00
This commit is contained in:
Abrar Ahmad 2022-08-04 16:43:30 +05:00
parent 243162578d
commit 0f5f6dabef
2 changed files with 7 additions and 12 deletions

View file

@ -14,13 +14,8 @@ jobs:
strategy: strategy:
matrix: matrix:
php: ['7.4', '8.0', '8.1'] php: ['8.1']
laravel: ['^6.0', '^8.0', '^9.0'] laravel: ['^8.0', '^9.0']
exclude:
- php: '8.1'
laravel: '^6.0'
- php: '7.4'
laravel: '^9.0'
services: services:
postgres: postgres:

View file

@ -15,17 +15,17 @@
} }
], ],
"require": { "require": {
"php": "^7.4|^8.0|^8.1", "php": "^8.1",
"ext-json": "*", "ext-json": "*",
"illuminate/support": "^6.0|^8.0|^9.0", "illuminate/support": "^8.0|^9.0",
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7|^4.0", "ramsey/uuid": "^4.0",
"stancl/jobpipeline": "^1.0", "stancl/jobpipeline": "^1.0",
"stancl/virtualcolumn": "^1.0" "stancl/virtualcolumn": "^1.0"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "^6.0|^8.0|^9.0", "laravel/framework": "^8.0|^9.0",
"orchestra/testbench": "^4.0|^6.0|^7.0", "orchestra/testbench": "^6.0|^7.0",
"league/flysystem-aws-s3-v3": "^1.0|^3.0", "league/flysystem-aws-s3-v3": "^1.0|^3.0",
"doctrine/dbal": "^2.10", "doctrine/dbal": "^2.10",
"spatie/valuestore": "^1.2.5", "spatie/valuestore": "^1.2.5",