Skip to content

Commit e74cd7c

Browse files
committed
Bump result cache version in CI
1 parent 59c3eaa commit e74cd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ jobs:
105105
uses: actions/cache@v3
106106
with:
107107
path: ./tmp
108-
key: "result-cache-v11-${{ matrix.php-version }}-${{ github.run_id }}"
108+
key: "result-cache-v12-${{ matrix.php-version }}-${{ github.run_id }}"
109109
restore-keys: |
110-
result-cache-v11-${{ matrix.php-version }}-
110+
result-cache-v12-${{ matrix.php-version }}-
111111
112112
- name: "PHPStan with result cache"
113113
run: |

0 commit comments

Comments
 (0)