1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 16:24:03 +00:00

CI matrix updated - Laravel 12 support

This commit is contained in:
WINBIGFOX 2025-02-24 20:34:39 +01:00 committed by GitHub
parent 796f981099
commit 0050e1908b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,8 @@ jobs:
php: "8.1" php: "8.1"
- laravel: 11 - laravel: 11
php: "8.3" php: "8.3"
- laravel: 12
php: "8.3"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2