File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
5252
5353 - name : Install Composer dependencies
54- uses : ramsey/composer-install@v2
54+ uses : ramsey/composer-install@v3
5555 with :
5656 # Bust the cache at least once a month - output format: YYYY-MM.
5757 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -133,7 +133,7 @@ jobs:
133133 phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
134134
135135 - name : Install Composer dependencies
136- uses : ramsey/composer-install@v2
136+ uses : ramsey/composer-install@v3
137137 with :
138138 composer-options : --no-dev
139139 # Bust the cache at least once a month - output format: YYYY-MM.
@@ -204,7 +204,7 @@ jobs:
204204 # Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
205205 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
206206 - name : Install Composer dependencies
207- uses : " ramsey/composer-install@v2 "
207+ uses : " ramsey/composer-install@v3 "
208208 with :
209209 # Bust the cache at least once a month - output format: YYYY-MM.
210210 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change 4242 coverage : ${{ github.ref_name == 'develop' && 'xdebug' || 'none' }}
4343
4444 - name : Install Composer dependencies
45- uses : ramsey/composer-install@v2
45+ uses : ramsey/composer-install@v3
4646 with :
4747 # Bust the cache at least once a month - output format: YYYY-MM.
4848 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 phpcsstandards/phpcsextra:"${{ env.EXTRA_DEV }}"
114114
115115 - name : Install Composer dependencies
116- uses : ramsey/composer-install@v2
116+ uses : ramsey/composer-install@v3
117117 with :
118118 # Bust the cache at least once a month - output format: YYYY-MM.
119119 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments