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 df48f1e commit 6d50cbcCopy full SHA for 6d50cbc
.github/workflows/smoke-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/cache@v4
23
with:
24
path: vendor
25
- key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-test-${{ hashFiles('**/composer.lock') }}
26
restore-keys: |
27
${{ runner.os }}-php-
28
0 commit comments