Skip to content

Commit

Permalink
chore(deps): bump nick-invision/retry from 2.8.3 to 2.9.0 (#959)
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 2.9.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...v2.9.0)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 11, 2023
1 parent 1a028c9 commit 353b6e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

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

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

- name: Install PHP Dependencies
uses: nick-invision/retry@v2.8.3
uses: nick-invision/retry@v2.9.0
with:
timeout_minutes: 5
max_attempts: 5
Expand Down

0 comments on commit 353b6e2

Please sign in to comment.