File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
55
55
- name : phpstan-cache
56
56
57
57
with :
58
- key : phpstan-${{ github.ref }}-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.sha }}
58
+ key : phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
59
59
path : .phpstan-cache
60
60
restore-keys : |
61
- phpstan-${{ github.ref }}-${{ matrix.php-version }}-${{ matrix.install-args }}-
62
- phpstan-${{ github.ref }}-${{ matrix.php-version }}-
63
- phpstan-${{ github.ref }}-
61
+ phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-
62
+ phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-
63
+ phpstan-${{ matrix.php-version }}-
64
64
phpstan-
65
65
66
66
- name : phpstan
You can’t perform that action at this time.
0 commit comments