cache based on .lock instead of .json
This commit is contained in:
parent
3ac7ab2cf3
commit
088276ce3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_and_publish.yml
vendored
2
.github/workflows/test_and_publish.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
vendor
|
||||
key: vendor-${{ matrix.php }}-${{ hashFiles('composer.json') }}
|
||||
key: vendor-${{ matrix.php }}-${{ hashFiles('composer.lock') }}
|
||||
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@master
|
||||
|
|
Reference in a new issue