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

Update ci.yml to match master

This commit is contained in:
lukinovec 2023-04-21 10:54:59 +02:00
parent cee404307c
commit 934574fcb2

View file

@ -15,7 +15,11 @@ jobs:
strategy: strategy:
matrix: matrix:
laravel: ['^10.1'] include:
- laravel: "^9.0"
php: "8.0"
- laravel: "^10.0"
php: "8.2"
steps: steps:
- name: Checkout - name: Checkout