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 b12a9cf commit 2dbc52bCopy full SHA for 2dbc52b
.github/workflows/run-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: |
51
composer require pestphp/pest:${{ matrix.pestphp }} --dev --with-all-dependencies
52
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "illuminate/contracts:${{ matrix.illuminate-contracts }}" --no-interaction --no-update --dev
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
53
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
54
55
- name: Execute tests
0 commit comments