From 480ee1c2a179f3e7014c854d5dde369dc4481bc8 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 3 Nov 2022 13:35:33 -0700 Subject: [PATCH] Proper phpunit version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9ba53..dd3f39e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: with: submodules: recursive + - name: Install ancient PHPUnit + run: composer require --dev --ignore-platform-reqs phpunit/phpunit "4.8.36" + - name: Install dependencies run: composer update --no-interaction @@ -68,9 +71,6 @@ jobs: with: submodules: recursive - - name: Install ancient PHPUnit - run: composer require --dev --ignore-platform-reqs phpunit/phpunit "4.8.36" - - name: Install dependencies run: composer update --no-interaction