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 0e4d1c3 commit ab24be4Copy full SHA for ab24be4
.github/workflows/run-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Install dependencies
40
run: |
41
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
42
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
43
44
- name: Set phpunit.xml
0 commit comments