Skip to content

Commit

Permalink
Bump nick-invision/retry from 2.8.3 to 3.0.0 (#40)
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.3 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.8.3...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>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 13dea4c commit d6b5f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Select Laravel 10
uses: nick-invision/retry@v2.8.3
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 5
max_attempts: 5
command: composer require "laravel/framework:10.*" "phpunit/phpunit:^10.0" --no-update --no-interaction
if: "matrix.laravel == '10'"

- name: Install dependencies
uses: nick-invision/retry@v2.8.3
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit d6b5f0a

Please sign in to comment.