From ff41e0e417582f732798f5890aa56be2e18c1d97 Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Tue, 21 Jan 2020 20:01:45 +0530 Subject: [PATCH] Updated 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 9c2da1795..c6d7eb71c 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@master - with: - php-version: 7.2.0 - extension-csv: curl, intl, mbstring, openssl, pdo, pdo_mysql, tokenizer + uses: shivammathur/setup-php@v1 + with: + php-version: '7.4' + extensions: curl, intl, mbstring, openssl, pdo, pdo_mysql, tokenizer - name: Copy .env run: php -r "file_exists('.env') || copy('.env.ci', '.env');" - name: Install Dependencies