From 0801ab86ea37a6e58664ddfe5709446aa74261cd Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Tue, 21 Jan 2020 20:18:22 +0530 Subject: [PATCH] Fixed syntax in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d08190d4..6aa044f3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: shivammathur/setup-php@v1 with: php-version: '7.4' - extensions: intl + extensions: 'intl' - name: Copy .env run: php -r "file_exists('.env') || copy('.env.ci', '.env');" - name: Install Dependencies