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.
2 parents 35c5c77 + e50e9fe commit b5ca7c6Copy full SHA for b5ca7c6
.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