Skip to content

Commit bf801b9

Browse files
committed
Fix: Cache key
1 parent 7399cac commit bf801b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: "actions/cache@v1.0.3"
3030
with:
3131
path: "~/.composer/cache"
32-
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
32+
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
3333
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
3434

3535
- name: "Install dependencies with composer"

0 commit comments

Comments
 (0)