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

Drop Laravel 9 support, update CI matrix

This commit is contained in:
Samuel Štancl 2025-02-25 14:27:05 +01:00
parent 110ce0126c
commit b84e058d9c
2 changed files with 5 additions and 5 deletions

View file

@ -16,12 +16,12 @@ jobs:
strategy:
matrix:
include:
- laravel: 9
php: "8.0"
- laravel: 10
php: "8.1"
- laravel: 11
php: "8.3"
- laravel: 12
php: "8.4"
steps:
- uses: actions/checkout@v2