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

Specify 10.1.1 as the minimal Laravel version in ci.yml

This commit is contained in:
lukinovec 2023-02-23 14:22:51 +01:00
parent cf799d3529
commit a7e4956ee5

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- laravel: 10 - laravel: "^10.1.1"
php: "8.2" php: "8.2"
steps: steps: