File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ jobs:
31
31
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
32
32
33
33
- name : Select Laravel 9
34
- uses : nick-invision/retry@v2.9 .0
34
+ uses : nick-invision/retry@v3.0 .0
35
35
with :
36
36
timeout_minutes : 5
37
37
max_attempts : 5
38
38
command : composer require "laravel/framework:9.*" "phpunit/phpunit:^9.3.7" --no-update --no-interaction
39
39
if : " matrix.laravel == '9'"
40
40
41
41
- name : Select Laravel 10
42
- uses : nick-invision/retry@v2.9 .0
42
+ uses : nick-invision/retry@v3.0 .0
43
43
with :
44
44
timeout_minutes : 5
45
45
max_attempts : 5
46
46
command : composer require "laravel/framework:10.*" "phpunit/phpunit:^10" --no-update --no-interaction
47
47
if : " matrix.laravel == '10'"
48
48
49
49
- name : Install PHP Dependencies
50
- uses : nick-invision/retry@v2.9 .0
50
+ uses : nick-invision/retry@v3.0 .0
51
51
with :
52
52
timeout_minutes : 5
53
53
max_attempts : 5
You can’t perform that action at this time.
0 commit comments