Skip to content

Commit 6320961

Browse files
Update tests.yml
1 parent 2f951f7 commit 6320961

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,39 +40,39 @@ jobs:
4040
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4141

4242
- name: Select Laravel 10
43-
uses: nick-fields/retry@v3
43+
uses: nick-invision/retry@v4
4444
with:
4545
timeout_minutes: 5
4646
max_attempts: 5
4747
command: composer require "laravel/framework:^10.50.1" "phpunit/phpunit:^10.5.63" --no-update --no-interaction
4848
if: "matrix.laravel == '10'"
4949

5050
- name: Select Laravel 11
51-
uses: nick-fields/retry@v3
51+
uses: nick-invision/retry@v4
5252
with:
5353
timeout_minutes: 5
5454
max_attempts: 5
5555
command: composer require "laravel/framework:^11.50.0" "phpunit/phpunit:^10.5.63" --no-update --no-interaction
5656
if: "matrix.laravel == '11'"
5757

5858
- name: Select Laravel 12
59-
uses: nick-fields/retry@v3
59+
uses: nick-invision/retry@v4
6060
with:
6161
timeout_minutes: 5
6262
max_attempts: 5
6363
command: composer require "laravel/framework:^12.55.1" "phpunit/phpunit:^11.5.55" --no-update --no-interaction
6464
if: "matrix.laravel == '12'"
6565

6666
- name: Select Laravel 13
67-
uses: nick-fields/retry@v3
67+
uses: nick-invision/retry@v4
6868
with:
6969
timeout_minutes: 5
7070
max_attempts: 5
7171
command: composer require "laravel/framework:^13.1.1" "phpunit/phpunit:^12.5.14" --no-update --no-interaction
7272
if: "matrix.laravel == '13'"
7373

7474
- name: Install PHP Dependencies
75-
uses: nick-fields/retry@v3
75+
uses: nick-invision/retry@v4
7676
with:
7777
timeout_minutes: 5
7878
max_attempts: 5

0 commit comments

Comments
 (0)