We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713b98f commit 694f392Copy full SHA for 694f392
.github/workflows/static-analysis.yml
@@ -129,9 +129,9 @@ jobs:
129
uses: actions/cache@v3
130
with:
131
path: ./tmp
132
- key: "result-cache-v7-${{ matrix.php-version }}-${{ github.run_id }}"
+ key: "result-cache-v8-${{ matrix.php-version }}-${{ github.run_id }}"
133
restore-keys: |
134
- result-cache-v7-${{ matrix.php-version }}-
+ result-cache-v8-${{ matrix.php-version }}-
135
136
- name: "PHPStan with result cache"
137
run: |
0 commit comments