Skip to content

Commit b5ca7c6

Browse files
committed
minor #719 Fix: Caching of composer deps (OskarStark)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fix: Caching of composer deps Commits ------- e50e9fe Fix: Caching of composer deps
2 parents 35c5c77 + e50e9fe commit b5ca7c6

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)