From 175add01489451c32448bc5908c69c01755198e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 22 May 2020 11:09:39 +0200 Subject: [PATCH] Reindent ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07eb4deb..94cbc988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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