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 5ae9445 commit 48ff59eCopy full SHA for 48ff59e
.github/workflows/build.yml
@@ -114,15 +114,6 @@ jobs:
114
- name: Validate composer.json and composer.lock
115
run: composer validate
116
117
- - name: Cache Composer packages
118
- id: composer-cache
119
- uses: actions/cache@v2
120
- with:
121
- path: vendor
122
- key: ${{ runner.os }}-${{ matrix.php }}-Laravel${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
123
- restore-keys: |
124
- ${{ runner.os }}-${{ matrix.php }}-Laravel${{ matrix.laravel }}
125
-
126
- name: Install dependencies
127
if: steps.composer-cache.outputs.cache-hit != 'true'
128
run: |
0 commit comments