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 a1c7bca commit ed62428Copy full SHA for ed62428
.github/workflows/default.yaml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/cache@v3
30
with:
31
path: vendor
32
- key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
33
restore-keys: |
34
${{ runner.os }}-php-
35
0 commit comments