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

Reindent ci.yml

This commit is contained in:
Samuel Štancl 2020-05-22 11:09:39 +02:00
parent 1798ca9c85
commit 175add0148

View file

@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: [
"^6.0",
"^7.0"
]
matrix:
laravel: [
"^6.0",
"^7.0"
]
steps:
- uses: actions/checkout@v2