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