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

Put Laravel versions in double quotes

This commit is contained in:
lukinovec 2023-02-17 15:55:38 +01:00
parent 3f0acece05
commit c07201e33b

View file

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