cache based on .lock instead of .json

This commit is contained in:
Shish 2020-10-27 01:50:56 +00:00
parent 3ac7ab2cf3
commit 088276ce3a

View file

@ -25,7 +25,7 @@ jobs:
with: with:
path: | path: |
vendor vendor
key: vendor-${{ matrix.php }}-${{ hashFiles('composer.json') }} key: vendor-${{ matrix.php }}-${{ hashFiles('composer.lock') }}
- name: Set up PHP - name: Set up PHP
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master