mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
[3.x] Laravel 12 support (#1322)
* Laravel 12 support * Drop Laravel 9 support, update CI matrix * run tests on PHP 8.3
This commit is contained in:
parent
22dcb8b069
commit
e930251db5
2 changed files with 8 additions and 7 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -16,12 +16,13 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- laravel: 9
|
||||
php: "8.0"
|
||||
- laravel: 10
|
||||
php: "8.1"
|
||||
- laravel: 11
|
||||
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
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue