Skip to content

Commit 49f9305

Browse files
committed
Update tests.yml
1 parent 4aa876b commit 49f9305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout_minutes: 5
5959
max_attempts: 5
6060
command: |
61-
composer require orchestra/testbench:^9.0 --dev --${{ matrix.stability }} --no-update --no-interaction
61+
composer require orchestra/testbench:^9.2 --dev --${{ matrix.stability }} --no-update --no-interaction
6262
composer require phpunit/phpunit:^10.4 --dev --${{ matrix.stability }} --no-update --no-interaction
6363
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11
6464

0 commit comments

Comments
 (0)