mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 09:44: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:
|
||||
include:
|
||||
- laravel: "^12.0"
|
||||
- laravel: "^13.0"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue