We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa876b commit 49f9305Copy full SHA for 49f9305
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
timeout_minutes: 5
59
max_attempts: 5
60
command: |
61
- composer require orchestra/testbench:^9.0 --dev --${{ matrix.stability }} --no-update --no-interaction
+ composer require orchestra/testbench:^9.2 --dev --${{ matrix.stability }} --no-update --no-interaction
62
composer require phpunit/phpunit:^10.4 --dev --${{ matrix.stability }} --no-update --no-interaction
63
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11
64
0 commit comments