Skip to content

Commit 1151dcd

Browse files
committed
hashFiles composer.json in composer cache
1 parent 8264660 commit 1151dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v2
2626
with:
2727
path: vendor
28-
key: ${{ runner.os }}-composer-dev-${{ hashFiles('**/composer.lock') }}
28+
key: ${{ runner.os }}-composer-dev-${{ hashFiles('**/composer.lock', '**/composer.json') }}
2929
restore-keys: |
3030
${{ runner.os }}-composer-dev-
3131

0 commit comments

Comments
 (0)