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 7491018 commit 8da5e2fCopy full SHA for 8da5e2f
.github/workflows/build.yml
@@ -203,7 +203,7 @@ jobs:
203
uses: actions/cache@v4
204
with:
205
path: ./tmp
206
- key: "result-cache-v14-${{ matrix.php-version }}-${{ github.run_id }}"
+ key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
207
restore-keys: |
208
result-cache-v14-${{ matrix.php-version }}-
209
0 commit comments