Skip to content

Commit

Permalink
Merge branch refs/heads/1.10.x into 1.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Apr 5, 2024
2 parents d05b694 + e74cd7c commit d217859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
uses: actions/cache@v4
with:
path: ./tmp
key: "result-cache-v11-${{ matrix.php-version }}-${{ github.run_id }}"
key: "result-cache-v12-${{ matrix.php-version }}-${{ github.run_id }}"
restore-keys: |
result-cache-v11-${{ matrix.php-version }}-
result-cache-v12-${{ matrix.php-version }}-
- name: "PHPStan with result cache"
run: |
Expand Down

0 comments on commit d217859

Please sign in to comment.