1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:34:04 +00:00

Add laravel/framework:dev-master to CI matrix

This commit is contained in:
Samuel Štancl 2025-02-14 14:20:41 +01:00 committed by GitHub
parent cecf07a8c9
commit 29bfe532fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,8 @@ jobs:
include: include:
- laravel: "^11.0" - laravel: "^11.0"
php: "8.4" php: "8.4"
- laravel: "dev-master"
php: "8.4"
steps: steps:
- name: Checkout - name: Checkout