Skip to content

Commit

Permalink
Update qa.yml for nick-invision/retry@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 authored Jan 30, 2024
1 parent 432a35d commit 6eb90fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:

- name: Install dependencies
if: ${{ matrix.php != '8.3' }}
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
command: composer update --no-interaction --no-progress

- name: Install Dependencies (ignore platform)
if: ${{ matrix.php == '8.3' }}
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
Expand Down

0 comments on commit 6eb90fe

Please sign in to comment.