Fixed syntax in ci.yml

This commit is contained in:
Jitendra Singh 2020-01-21 20:16:59 +05:30
parent 7258b8dc88
commit b2e6e8204e
1 changed files with 2 additions and 2 deletions

View File

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