1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 20:54:03 +00:00

Drop Laravel 9 support, update CI matrix

This commit is contained in:
Samuel Štancl 2025-02-25 14:27:05 +01:00
parent 110ce0126c
commit b84e058d9c
2 changed files with 5 additions and 5 deletions

View file

@ -16,12 +16,12 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- laravel: 9
php: "8.0"
- laravel: 10 - laravel: 10
php: "8.1" php: "8.1"
- laravel: 11 - laravel: 11
php: "8.3" php: "8.3"
- laravel: 12
php: "8.4"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View file

@ -12,15 +12,15 @@
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"ext-json": "*", "ext-json": "*",
"illuminate/support": "^9.0|^10.0|^11.0|^12.0", "illuminate/support": "^10.0|^11.0|^12.0",
"facade/ignition-contracts": "^1.0.2", "facade/ignition-contracts": "^1.0.2",
"ramsey/uuid": "^4.7.3", "ramsey/uuid": "^4.7.3",
"stancl/jobpipeline": "^1.8.0", "stancl/jobpipeline": "^1.8.0",
"stancl/virtualcolumn": "^1.5.0" "stancl/virtualcolumn": "^1.5.0"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "^9.0|^10.0|^11.0|^12.0", "laravel/framework": "^10.0|^11.0|^12.0",
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", "orchestra/testbench": "^8.0|^9.0|^10.0",
"league/flysystem-aws-s3-v3": "^3.12.2", "league/flysystem-aws-s3-v3": "^3.12.2",
"doctrine/dbal": "^3.6.0", "doctrine/dbal": "^3.6.0",
"spatie/valuestore": "^1.3.2" "spatie/valuestore": "^1.3.2"