mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 01:04:04 +00:00
👷 ci(ci): support Laravel 13 in CI workflow
- add Laravel 13 to the CI matrix for testing compatibility
- ensure the project works with the latest Laravel version
✨ feat(composer): allow Laravel 13 in dependencies
- update illuminate/support to support both Laravel 12 and 13
- modify laravel/framework requirement to include version 13
This commit is contained in:
parent
8f3ea6297f
commit
475e83e421
2 changed files with 3 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- laravel: "^12.0"
|
- laravel: "^12.0"
|
||||||
|
- laravel: "^13.0"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.4",
|
"php": "^8.4",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"illuminate/support": "^12.0",
|
"illuminate/support": "^12.0|^13.0",
|
||||||
"laravel/tinker": "^2.0",
|
"laravel/tinker": "^2.0",
|
||||||
"ramsey/uuid": "^4.7.3",
|
"ramsey/uuid": "^4.7.3",
|
||||||
"stancl/jobpipeline": "2.0.0-rc6",
|
"stancl/jobpipeline": "2.0.0-rc6",
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"laravel/prompts": "0.*"
|
"laravel/prompts": "0.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/framework": "^12.0",
|
"laravel/framework": "^12.0|^13.0",
|
||||||
"orchestra/testbench": "^10.0",
|
"orchestra/testbench": "^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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue