From 5e43cf872a5d68bf32d76f0b00e85bc1ac4b5ec0 Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Tue, 3 Nov 2020 15:29:45 +0000 Subject: [PATCH] wip --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea136b3..4c40654 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,13 @@ jobs: tools: composer:v2 coverage: none + - name: Install dependencies + run: composer install --no-interaction --prefer-dist + if: matrix.php != 8.0 + - name: Install dependencies run: composer install --no-interaction --prefer-dist --ignore-platform-req=php + if: matrix.php == 8.0 - name: Execute tests env: