We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f2fc2 commit 898d9c7Copy full SHA for 898d9c7
.github/workflows/test.yml
@@ -30,9 +30,9 @@ jobs:
30
uses: actions/cache@v2
31
with:
32
path: vendor
33
- key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
34
restore-keys: |
35
- ${{ runner.os }}-php-${{ matrix.php-version }}
+ ${{ runner.os }}-php-${{ matrix.php-version }}-
36
37
- name: Install dependencies
38
if: steps.composer-cache.outputs.cache-hit != 'true'
0 commit comments