From 6cc508cf8a810c4b6a6f7b1aae6122efde015240 Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Fri, 28 Aug 2020 10:19:53 +0300 Subject: [PATCH] CI: Don't restrict version of PHPUnit in build --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 135099c..29ccc55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,9 +24,7 @@ jobs: run: composer validate - name: Install dependencies - run: | - composer require phpunit/phpunit "<=8.5.2" --no-update --ignore-platform-reqs - composer install --prefer-dist --no-progress --no-interaction --no-suggest + run: composer install --prefer-dist --no-progress --no-interaction --no-suggest - name: Run test suite run: php vendor/bin/codecept run