File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Problem Matchers
28
28
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
29
29
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
-
37
30
- name : Remove Guzzle 6
38
31
uses : nick-invision/retry@v1
39
32
with :
50
43
command : composer require php-http/guzzle7-adapter --dev --no-update --no-interaction
51
44
if : matrix.php >= 8
52
45
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
+
53
53
- name : Install PHPUnit
54
54
uses : nick-invision/retry@v1
55
55
with :
You can’t perform that action at this time.
0 commit comments