mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Add Laravel 12 and PHP 8.3 support
This commit is contained in:
parent
657e165cc8
commit
6ebaa36ca8
2 changed files with 10 additions and 6 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- laravel: "^10.0"
|
||||
php: "8.3"
|
||||
- laravel: "^11.0"
|
||||
php: "8.3"
|
||||
- laravel: "^12.0"
|
||||
php: "8.4"
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue