mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 11:24:02 +00:00
Laravel 13 support
This commit is contained in:
parent
e1b007946b
commit
a9d78c1ff1
2 changed files with 6 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -22,7 +22,9 @@ jobs:
|
|||
php: "8.3"
|
||||
- laravel: 12
|
||||
php: "8.3"
|
||||
# Ideally we'd run at least one of these on PHP 8.4, however the Dockerfile seems to require some changes for that
|
||||
- laravel: 13
|
||||
php: "8.3"
|
||||
# Ideally we'd run at least one of these on PHP 8.4/8.5, however the Dockerfile seems to require some changes for that
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue