From 755d334ec40409b7e1b0eda4a44b1d86e7ec2fea Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 5 Nov 2021 18:58:14 +0100 Subject: [PATCH] CI test --- .github/workflows/ci.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 067690f9..59442f44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,16 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: php-actions/composer@v6 - - uses: php-actions/phpunit@v3 + - name: Git clone + uses: actions/checkout@v2 + - name: Install dependencies + uses: php-actions/composer@v6 + with: + php_version: 7.4 + php_extensions: redis exif + version: 2 - name: PHPUnit Tests - uses: php-actions/phpunit@v2 + uses: php-actions/phpunit@v3 env: TEST_NAME: Test with: