From 92b865cf701eacb093b52fba0b709422bd218f65 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 16 Dec 2022 10:51:09 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9034d37f3f47..0a986d8fd6cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: composer require guzzlehttp/guzzle:^7.5 guzzlehttp/psr7:^2.4 predis/predis:^2.0.2 fakerphp/faker:^1.21 --no-interaction --no-update + command: composer require guzzlehttp/psr7:^2.4 predis/predis:^2.0.2 fakerphp/faker:^1.21 --no-interaction --no-update if: matrix.php >= 8.2 - name: Install dependencies @@ -158,7 +158,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: composer require guzzlehttp/guzzle:~7.5 guzzlehttp/psr7:~2.4 predis/predis:~2.0.2 --no-interaction --no-update + command: composer require guzzlehttp/psr7:~2.4 predis/predis:~2.0.2 --no-interaction --no-update if: matrix.php >= 8.2 - name: Install dependencies