Skip to content

Commit b94e951

Browse files
chore(deps): bump nick-invision/retry from 2.9.0 to 3.0.0 (#993)
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.9.0 to 3.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@v2.9.0...v3.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kieran <[email protected]>
1 parent 873d71f commit b94e951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ jobs:
3131
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3232

3333
- name: Select Laravel 9
34-
uses: nick-invision/retry@v2.9.0
34+
uses: nick-invision/retry@v3.0.0
3535
with:
3636
timeout_minutes: 5
3737
max_attempts: 5
3838
command: composer require "laravel/framework:9.*" "phpunit/phpunit:^9.3.7" --no-update --no-interaction
3939
if: "matrix.laravel == '9'"
4040

4141
- name: Select Laravel 10
42-
uses: nick-invision/retry@v2.9.0
42+
uses: nick-invision/retry@v3.0.0
4343
with:
4444
timeout_minutes: 5
4545
max_attempts: 5
4646
command: composer require "laravel/framework:10.*" "phpunit/phpunit:^10" --no-update --no-interaction
4747
if: "matrix.laravel == '10'"
4848

4949
- name: Install PHP Dependencies
50-
uses: nick-invision/retry@v2.9.0
50+
uses: nick-invision/retry@v3.0.0
5151
with:
5252
timeout_minutes: 5
5353
max_attempts: 5

0 commit comments

Comments
 (0)