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 8541ea2 commit f45f94bCopy full SHA for f45f94b
.github/workflows/run-tests.yml
@@ -41,6 +41,7 @@ jobs:
41
42
- name: Install dependencies
43
run: |
44
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
45
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
46
47
- name: List Installed Dependencies
0 commit comments