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 bba4db3 commit b24bee3Copy full SHA for b24bee3
.github/workflows/tests.yml
@@ -71,6 +71,7 @@ jobs:
71
72
- name: Install dependencies
73
run: |
74
+ composer config minimum-stability dev
75
composer self-update
76
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
77
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
0 commit comments