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 @@ -65,23 +65,23 @@ jobs:
65
65
restore-keys : ${{ runner.os }}-composer-
66
66
67
67
- name : Set Minimum PHP 8.0 Versions
68
- uses : nick-invision/retry@v2.8.2
68
+ uses : nick-invision/retry@v2.8.3
69
69
with :
70
70
timeout_minutes : 5
71
71
max_attempts : 5
72
72
command : composer require guzzlehttp/guzzle:^7.2 --no-interaction --no-update
73
73
if : matrix.php-versions >= 8
74
74
75
75
- name : Set Minimum PHP 8.1 Versions
76
- uses : nick-invision/retry@v2.8.2
76
+ uses : nick-invision/retry@v2.8.3
77
77
with :
78
78
timeout_minutes : 5
79
79
max_attempts : 5
80
80
command : composer require symfony/symfony:5.4.x-dev league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
81
81
if : matrix.php-versions >= 8.1
82
82
83
83
- name : Install dependencies
84
- uses : nick-invision/retry@v2.8.2
84
+ uses : nick-invision/retry@v2.8.3
85
85
with :
86
86
timeout_minutes : 5
87
87
max_attempts : 5
You can’t perform that action at this time.
0 commit comments