Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 16, 2022
1 parent b9c31fa commit 92b865c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 92b865c

Please sign in to comment.