From da56b54cc7ab42f2bddbd0486f91a51ad66282ee Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Tue, 21 Jan 2020 20:31:22 +0530 Subject: [PATCH] Fixed syntax in ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 896ef9262..26a027f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Setup PHP - - uses: shivammathur/setup-php@v1 - with: - extensions: intl + - name: Setup PHP + - uses: shivammathur/setup-php@v1 + with: + extensions: intl - name: Copy .env run: php -r "file_exists('.env') || copy('.env.ci', '.env');"