Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e74cd7c

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /