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.
2 parents 0642af3 + 703af9a commit 98f701fCopy full SHA for 98f701f
1 file changed
.github/workflows/ci.yaml
@@ -347,9 +347,9 @@ jobs:
347
uses: actions/cache@v5
348
with:
349
path: .phpunit.cache/code-coverage
350
- key: ${{ runner.os }}-phpunit-code-coverage-${{ github.ref }}-
+ key: php-code-coverage-static-analysis-cache-${{ hashFiles('src/**/*.php') }}
351
restore-keys: |
352
- ${{ runner.os }}-phpunit-code-coverage-${{ github.ref }}-
+ php-code-coverage-static-analysis-cache-
353
354
- name: Warm PHPUnit's static analysis cache
355
run: ./phpunit --warm-coverage-cache
0 commit comments