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 e1e3e3f commit 2edb246Copy full SHA for 2edb246
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/cache@v3
37
with:
38
path: vendor
39
- key: ${{ runner.os }}-${{ matrix.operating-system }}-php-${{ steps.php.outputs.php-version }}
+ key: ${{ runner.os }}-${{ matrix.operating-system }}-php-${{ steps.php.outputs.php-version }}-composer-${{ hashFiles('**/composer.json') }}
40
restore-keys: |
41
${{ runner.os }}-${{ matrix.operating-system }}-php-${{ steps.php.outputs.php-version }}
42
0 commit comments