Skip to content

Commit b59b2bb

Browse files
committed
Use retry that supports 'new_command_on_retry'
1 parent 03a12b5 commit b59b2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: composer validate --strict
6666

6767
- name: Install Composer dependencies
68-
uses: nick-invision/retry@v1
68+
uses: nick-invision/retry@v2
6969
with:
7070
timeout_minutes: 5
7171
max_attempts: 5

0 commit comments

Comments
 (0)