mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
drop < L9 support
This commit is contained in:
parent
00ee7e9849
commit
2e6b824889
2 changed files with 6 additions and 9 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: ["7.3", "8.0", "8.1"]
|
php: ["8.0", "8.1"]
|
||||||
laravel: ["^6.0", "^8.0", "^9.0", "^10.0"]
|
laravel: ["^9.0", "^10.0"]
|
||||||
include:
|
include:
|
||||||
- laravel: "^9.0"
|
- laravel: "^9.0"
|
||||||
testbench: "^7.0"
|
testbench: "^7.0"
|
||||||
|
|
@ -25,10 +25,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- laravel: "^10.0"
|
- laravel: "^10.0"
|
||||||
php: "8.0"
|
php: "8.0"
|
||||||
- laravel: "^10.0"
|
|
||||||
php: "7.3"
|
|
||||||
- laravel: "^9.0"
|
|
||||||
php: "7.3"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
|
|
@ -10,16 +10,17 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": "^8.0",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
"illuminate/support": "^9.0|^10.0",
|
||||||
"facade/ignition-contracts": "^1.0",
|
"facade/ignition-contracts": "^1.0",
|
||||||
"ramsey/uuid": "^3.7|^4.0",
|
"ramsey/uuid": "^3.7|^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|^7.0|^8.0|^9.0|^10.0",
|
"laravel/framework": "^9.0|^10.0",
|
||||||
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
|
"orchestra/testbench": "^7.0|^8.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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue