Fixed syntax in ci.yml

This commit is contained in:
Jitendra Singh 2020-01-21 20:18:22 +05:30
parent b2e6e8204e
commit 0801ab86ea
1 changed files with 1 additions and 1 deletions

View File

@ -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