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:
5555 - name : phpstan-cache
5656 uses : actions/cache@v2.1.6
5757 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 }}
5959 path : .phpstan-cache
6060 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 }}-
6464 phpstan-
6565
6666 - name : phpstan
You can’t perform that action at this time.
0 commit comments