Skip to content

Commit d598006

Browse files
Update tests.yml
1 parent 4f535e6 commit d598006

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
- name: Setup Problem Matchers
2828
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929

30-
- name: Install Dependencies
31-
uses: nick-invision/retry@v1
32-
with:
33-
timeout_minutes: 5
34-
max_attempts: 5
35-
command: composer update --no-interaction --no-progress
36-
3730
- name: Remove Guzzle 6
3831
uses: nick-invision/retry@v1
3932
with:
@@ -50,6 +43,13 @@ jobs:
5043
command: composer require php-http/guzzle7-adapter --dev --no-update --no-interaction
5144
if: matrix.php >= 8
5245

46+
- name: Install Dependencies
47+
uses: nick-invision/retry@v1
48+
with:
49+
timeout_minutes: 5
50+
max_attempts: 5
51+
command: composer update --no-interaction --no-progress
52+
5353
- name: Install PHPUnit
5454
uses: nick-invision/retry@v1
5555
with:

0 commit comments

Comments
 (0)