From 4fa3573dff4038a3145e904faf969d29a61e1c87 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 16 Feb 2021 01:51:26 +0700 Subject: [PATCH] [PHP 7.1 Scoped] install dev dependency as well to allow run phpunit (#5561) * [PHP 7.1 Scoped] install dev dependency as well to allow run phpunit --- .github/workflows/build_php71.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_php71.yaml b/.github/workflows/build_php71.yaml index 0e90e1171e56..25bcb282be3f 100644 --- a/.github/workflows/build_php71.yaml +++ b/.github/workflows/build_php71.yaml @@ -44,8 +44,7 @@ jobs: # Regenerating the autoload files will remove vendor/composer/platform_check.php, otherwise executing bin/rector on 7.1 fails - run: composer dumpautoload - # Remove DEV dependencies - - run: composer install --no-dev + - run: composer install # Replace the composer.json file - run: cp ci/downgrade/composer.json.after ./composer.json