File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # Install dependencies and handle caching in one go.
2727 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
2828 - name : Install Composer dependencies
29- uses : " ramsey/composer-install@v2 "
29+ uses : " ramsey/composer-install@v3 "
3030 with :
3131 # Bust the cache at least once a month - output format: YYYY-MM.
3232 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
5353 - name : Install Composer dependencies - normal
5454 if : matrix.php != '8.4'
55- uses : " ramsey/composer-install@v2 "
55+ uses : " ramsey/composer-install@v3 "
5656 with :
5757 # Bust the cache at least once a month - output format: YYYY-MM.
5858 custom-cache-suffix : $(date -u "+%Y-%m")
5959
6060 - name : Install Composer dependencies - ignore PHP restrictions
6161 if : matrix.php == '8.4'
62- uses : " ramsey/composer-install@v2 "
62+ uses : " ramsey/composer-install@v3 "
6363 with :
6464 composer-options : --ignore-platform-req=php+
6565 # Bust the cache at least once a month - output format: YYYY-MM.
You can’t perform that action at this time.
0 commit comments