Skip to content

Commit 55aa0c9

Browse files
Update tests.yml
1 parent bb57b9b commit 55aa0c9

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,33 @@ jobs:
5151
with:
5252
timeout_minutes: 5
5353
max_attempts: 5
54-
command: composer require "laravel/framework:^9.52.16" "phpunit/phpunit:^9.6.17" --no-update --no-interaction
54+
command: composer require "laravel/framework:^9.52.20" "phpunit/phpunit:^10.5.45" --no-update --no-interaction
5555
if: "matrix.laravel == '9'"
5656

5757
- name: Select Laravel 10
5858
uses: nick-invision/retry@v3
5959
with:
6060
timeout_minutes: 5
6161
max_attempts: 5
62-
command: composer require "laravel/framework:^10.34.2" "phpunit/phpunit:^10.5.13" --no-update --no-interaction
62+
command: composer require "laravel/framework:^10.48.28" "phpunit/phpunit:^10.5.45" --no-update --no-interaction
6363
if: "matrix.laravel == '10'"
6464

6565
- name: Select Laravel 11
6666
uses: nick-invision/retry@v3
6767
with:
6868
timeout_minutes: 5
6969
max_attempts: 5
70-
command: composer require "laravel/framework:^11.0.7" "phpunit/phpunit:^10.5.13" --no-update --no-interaction
70+
command: composer require "laravel/framework:^11.44.0" "phpunit/phpunit:^11.5.10" --no-update --no-interaction
7171
if: "matrix.laravel == '11'"
7272

73+
- name: Select Laravel 12
74+
uses: nick-invision/retry@v3
75+
with:
76+
timeout_minutes: 5
77+
max_attempts: 5
78+
command: composer require "laravel/framework:^12.0.1" "phpunit/phpunit:^11.5.10" --no-update --no-interaction
79+
if: "matrix.laravel == '12'"
80+
7381
- name: Install PHP Dependencies
7482
uses: nick-invision/retry@v3
7583
with:

0 commit comments

Comments
 (0)