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 a071794 commit 4aa876bCopy full SHA for 4aa876b
.github/workflows/tests.yml
@@ -58,6 +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
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