From 6fda5345d620e53737f6f079efea92d5a9aabcb2 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 8 Feb 2021 17:55:16 +0100 Subject: [PATCH] Remove ignore platform requirements Signed-off-by: William Desportes --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3e8f6200b4..ea63e87415 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,11 +36,7 @@ jobs: path: ~/.composer/cache/ key: composer-cache - name: Install dependencies - if: ${{ matrix.php-version != '8.0' }} run: composer install --no-interaction - - name: Install dependencies for php 8.0 - if: ${{ matrix.php-version == '8.0' }} - run: composer install --no-interaction --ignore-platform-reqs - name: Run php tests run: composer run phpunit -- --exclude-group selenium - name: Send coverage