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 49a0862 commit 4fe379bCopy full SHA for 4fe379b
.github/workflows/php.yml
@@ -35,9 +35,9 @@ jobs:
35
uses: actions/cache@v2
36
with:
37
path: vendor
38
- key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
+ key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('**/composer.json') }}
39
restore-keys: |
40
- ${{ runner.os }}-php-
+ ${{ runner.os }}-${{ matrix.php-version }}-php-
41
42
- name: Install dependencies
43
if: steps.composer-cache.outputs.cache-hit != 'true'
0 commit comments