File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
uses : actions/cache@v4
71
71
with :
72
72
path : ${{ steps.composer-cache.outputs.dir }}
73
- key : ${{ runner.os }}-composer-packages-${{ matrix.php-version }}-${{ matrix.dependency-version }}-${{ matrix.symfony-version }}-${{ hashFiles('src/**/composer.json') }}
73
+ key : ${{ runner.os }}-composer-packages-${{ matrix.php-version }}-${{ matrix.dependency-version }}-${{ matrix.symfony-version }}3 -${{ hashFiles('src/**/composer.json') }}
74
74
restore-keys : |
75
- ${{ runner.os }}-composer-packages-${{ matrix.php-version }}-${{ matrix.dependency-version }}-${{ matrix.symfony-version }}
75
+ ${{ runner.os }}-composer-packages-${{ matrix.php-version }}-${{ matrix.dependency-version }}-${{ matrix.symfony-version }}3
76
76
77
77
- name : Install root dependencies
78
78
uses : ramsey/composer-install@v3
You can’t perform that action at this time.
0 commit comments