We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1093e9 commit e50e9feCopy full SHA for e50e9fe
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: "actions/cache@v2"
50
with:
51
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
52
- key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
+ key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.json') }}"
53
restore-keys: "php-${{ matrix.php-version }}-composer-"
54
55
-
0 commit comments