1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:24:03 +00:00

Test on Laravel 9

This commit is contained in:
Erik Gaal 2022-02-14 09:48:53 +01:00
parent 9c79267e24
commit 261fcd230d
No known key found for this signature in database
GPG key ID: 8733B288F439A599
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php: ["7.4", "8.0"] php: ["7.4", "8.0"]
laravel: ["^6.0", "^8.0"] laravel: ["^6.0", "^8.0", "^9.0"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -11,16 +11,16 @@
], ],
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"illuminate/support": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.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", "laravel/framework": "^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0", "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"league/flysystem-aws-s3-v3": "~1.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"
}, },