From b2e6e8204e6070cad03b2606203ebae673d5dc9d Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Tue, 21 Jan 2020 20:16:59 +0530 Subject: [PATCH] Fixed syntax in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28fb3d90e..3d08190d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v1 with: - php-version: 7.4 - extensions: intl, mbstring + php-version: '7.4' + extensions: intl - name: Copy .env run: php -r "file_exists('.env') || copy('.env.ci', '.env');" - name: Install Dependencies