Skip to content

Commit e50e9fe

Browse files
committed
Fix: Caching of composer deps
1 parent f1093e9 commit e50e9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: "actions/cache@v2"
5050
with:
5151
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
52-
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
52+
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}"
5353
restore-keys: "php-${{ matrix.php-version }}-composer-"
5454

5555
-

0 commit comments

Comments
 (0)