Skip to content

Commit 98f701f

Browse files
Merge branch '13.0'
* 13.0: Fix cache key
2 parents 0642af3 + 703af9a commit 98f701f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ jobs:
347347
uses: actions/cache@v5
348348
with:
349349
path: .phpunit.cache/code-coverage
350-
key: ${{ runner.os }}-phpunit-code-coverage-${{ github.ref }}-
350+
key: php-code-coverage-static-analysis-cache-${{ hashFiles('src/**/*.php') }}
351351
restore-keys: |
352-
${{ runner.os }}-phpunit-code-coverage-${{ github.ref }}-
352+
php-code-coverage-static-analysis-cache-
353353
354354
- name: Warm PHPUnit's static analysis cache
355355
run: ./phpunit --warm-coverage-cache

0 commit comments

Comments
 (0)