File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
5151 uses : actions/cache@v4
5252 with :
5353 path : vendor
54- key : ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
54+ key : ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}-${{ matrix.dependency-versions }}
5555 restore-keys : |
5656 ${{ runner.os }}-php-
5757
5858 - name : Install dependencies
5959 if : steps.composer-cache.outputs.cache-hit != 'true'
60- run : composer install --prefer-dist --no-progress ${{ matrix.dependency-versions }}
60+ run : composer update --prefer-dist --no-progress ${{ matrix.dependency-versions }}
6161
6262 - name : Install tools
6363 run : phive --no-progress install --trust-gpg-keys 4AA394086372C20A,12CE0F1D262429A5,97B02DD8E5071466 phpunit@^${{ matrix.phpunit-versions }} psalm@^${{ matrix.psalm-versions }} phpcs
You can’t perform that action at this time.
0 commit comments