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:
6565 restore-keys : ${{ runner.os }}-composer-
6666
6767 - name : Set Minimum PHP 8.0 Versions
68- uses : nick-invision/retry@v2.8.2
68+ uses : nick-invision/retry@v2.8.3
6969 with :
7070 timeout_minutes : 5
7171 max_attempts : 5
7272 command : composer require guzzlehttp/guzzle:^7.2 --no-interaction --no-update
7373 if : matrix.php-versions >= 8
7474
7575 - name : Set Minimum PHP 8.1 Versions
76- uses : nick-invision/retry@v2.8.2
76+ uses : nick-invision/retry@v2.8.3
7777 with :
7878 timeout_minutes : 5
7979 max_attempts : 5
8080 command : composer require symfony/symfony:5.4.x-dev league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
8181 if : matrix.php-versions >= 8.1
8282
8383 - name : Install dependencies
84- uses : nick-invision/retry@v2.8.2
84+ uses : nick-invision/retry@v2.8.3
8585 with :
8686 timeout_minutes : 5
8787 max_attempts : 5
You can’t perform that action at this time.
0 commit comments