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

Make Laravel versions in ci.yml strings

This commit is contained in:
lukinovec 2023-02-17 16:09:47 +01:00
parent a13468e806
commit 4fb12683f5

View file

@ -16,9 +16,9 @@ jobs:
strategy:
matrix:
include:
- laravel: 9
- laravel: "9.0"
php: "8.0"
- laravel: 10
- laravel: "10.0"
php: "8.1"
steps: