File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 path : " ${{ env.COMPOSER_CACHE_DIR }}"
3131 key : " php-8.3-composer-locked-${{ hashFiles('composer.lock') }}"
32- restore-keys : " php-8.3-composer-locked-"
32+ restore-keys : |
33+ php-8.3-composer-locked-${{ github.ref_name }}
34+ php-8.3-composer-locked-
35+ php-8.3-composer-main
3336
3437 - name : " Install locked dependencies with composer"
3538 uses : " ergebnis/.github/actions/composer/install@4103ff7c010d2c18dc84f72d6704227868412482" # 1.10.0
8487 with :
8588 path : " ${{ env.COMPOSER_CACHE_DIR }}"
8689 key : " php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
87- restore-keys : " php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
90+ restore-keys : |
91+ php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ github.ref_name }}
92+ php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-
93+ php-${{ matrix.php-version }}-composer-main
8894
8995 - name : " Install ${{ matrix.dependencies }} dependencies with composer"
9096 uses : " ergebnis/.github/actions/composer/install@4103ff7c010d2c18dc84f72d6704227868412482" # 1.10.0
You can’t perform that action at this time.
0 commit comments