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 f49cc32 commit 7af08f2Copy full SHA for 7af08f2
.github/workflows/run-tests.yml
@@ -37,6 +37,7 @@ jobs:
37
38
- name: Install dependencies
39
run: |
40
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
41
composer install
42
43
- name: Execute tests
0 commit comments