mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:14:05 +00:00
Put Laravel versions in double quotes
This commit is contained in:
parent
3f0acece05
commit
c07201e33b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue