From a532cf9f47941508b0ce3f86ee9544b1f959187e Mon Sep 17 00:00:00 2001 From: Uttam Rabadiya Date: Mon, 8 Jan 2024 23:52:47 +0530 Subject: [PATCH] - fixed action. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04aa3d2..7c183a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: coverage: "none" - name: "Install PHP dependencies" - run: "composer install --prefer-stable --no-interaction --no-progress" + run: "composer install --prefer-dist --no-interaction" - name: "Unit Tests" run: "vendor/bin/phpunit --colors=always" \ No newline at end of file