Skip to content

Commit 4aa876b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +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
6162
composer require phpunit/phpunit:^10.4 --dev --${{ matrix.stability }} --no-update --no-interaction
6263
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11
6364

0 commit comments

Comments
 (0)