Skip to content

Commit 694f392

Browse files
committed
Fix build
1 parent 713b98f commit 694f392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ jobs:
129129
uses: actions/cache@v3
130130
with:
131131
path: ./tmp
132-
key: "result-cache-v7-${{ matrix.php-version }}-${{ github.run_id }}"
132+
key: "result-cache-v8-${{ matrix.php-version }}-${{ github.run_id }}"
133133
restore-keys: |
134-
result-cache-v7-${{ matrix.php-version }}-
134+
result-cache-v8-${{ matrix.php-version }}-
135135
136136
- name: "PHPStan with result cache"
137137
run: |

0 commit comments

Comments
 (0)