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 d8792f2 commit 48f4462Copy full SHA for 48f4462
.github/workflows/main.yml
@@ -77,6 +77,7 @@ jobs:
77
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
78
79
- name: Install Laravel Dependencies
80
+ if: steps.vendor-cache.outputs.cache-hit != 'true'
81
run: |
82
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
83
composer update --${{ matrix.dependency-stability }} --prefer-dist --no-interaction --no-suggest
0 commit comments