@@ -50,15 +50,15 @@ jobs:
50
50
51
51
- name : Install Composer dependencies - normal
52
52
if : ${{ matrix.php < 8.4 }}
53
- uses : " ramsey/composer-install@v2 "
53
+ uses : " ramsey/composer-install@v3 "
54
54
with :
55
55
# Bust the cache at least once a month - output format: YYYY-MM.
56
56
custom-cache-suffix : $(date -u "+%Y-%m")
57
57
58
58
# For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow it yet.
59
59
- name : Install Composer dependencies - with ignore platform
60
60
if : ${{ matrix.php >= 8.4 }}
61
- uses : " ramsey/composer-install@v2 "
61
+ uses : " ramsey/composer-install@v3 "
62
62
with :
63
63
composer-options : --ignore-platform-req=php+
64
64
custom-cache-suffix : $(date -u "+%Y-%m")
@@ -184,15 +184,15 @@ jobs:
184
184
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
185
185
- name : Install Composer dependencies - normal
186
186
if : ${{ matrix.php < 8.4 }}
187
- uses : " ramsey/composer-install@v2 "
187
+ uses : " ramsey/composer-install@v3 "
188
188
with :
189
189
# Bust the cache at least once a month - output format: YYYY-MM.
190
190
custom-cache-suffix : $(date -u "+%Y-%m")
191
191
192
192
# For PHP "nightly", we need to install with ignore platform reqs as not all dependencies allow it yet.
193
193
- name : Install Composer dependencies - with ignore platform
194
194
if : ${{ matrix.php >= 8.4 }}
195
- uses : " ramsey/composer-install@v2 "
195
+ uses : " ramsey/composer-install@v3 "
196
196
with :
197
197
composer-options : --ignore-platform-req=php+
198
198
custom-cache-suffix : $(date -u "+%Y-%m")
@@ -309,7 +309,7 @@ jobs:
309
309
run : composer require squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}" --no-update --no-scripts --no-interaction
310
310
311
311
- name : Install Composer dependencies
312
- uses : " ramsey/composer-install@v2 "
312
+ uses : " ramsey/composer-install@v3 "
313
313
with :
314
314
# Bust the cache at least once a month - output format: YYYY-MM.
315
315
custom-cache-suffix : $(date -u "+%Y-%m")
0 commit comments