From b099e8fc7684ecc3e783eb05703601312d70d43c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 21 Jul 2021 12:08:11 +0200 Subject: [PATCH] Pass --ignore-platform-req=php --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e75f86..82bdda5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: php-version: "${{ matrix.php-version }}" tools: composer:v2 - name: "Install dependencies" - run: "composer update --no-progress --prefer-dist" + run: "composer update --no-progress --prefer-dist --ignore-platform-req=php" - name: "PHPUnit" run: "php vendor/bin/phpunit" test_old_73_80: