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