File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Setup PHP
31
31
uses : shivammathur/setup-php@v2
@@ -37,11 +37,11 @@ jobs:
37
37
coverage : xdebug
38
38
39
39
- name : Install dependencies
40
- uses : nick-fields/retry@v2
40
+ uses : nick-fields/retry@v3
41
41
with :
42
42
timeout_minutes : 5
43
43
max_attempts : 5
44
- command : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
44
+ command : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
45
45
46
46
- name : Static analysis
47
47
run : composer analyze
Original file line number Diff line number Diff line change 43
43
},
44
44
"require-dev" : {
45
45
"pestphp/pest" : " 2.x-dev" ,
46
- "mockery/mockery" : " 2.0.x-dev " ,
46
+ "mockery/mockery" : " ^1.6 " ,
47
47
"guzzlehttp/guzzle" : " ^7.0" ,
48
48
"phpstan/phpstan" : " 1.11.x-dev"
49
49
},
You can’t perform that action at this time.
0 commit comments