File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 # Install dependencies and handle caching in one go.
4343 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
4444 - name : Install Composer dependencies
45- uses : " ramsey/composer-install@v3 "
45+ uses : " ramsey/composer-install@v4 "
4646 with :
4747 # Bust the cache at least once a month - output format: YYYY-MM.
4848 custom-cache-suffix : $(date -u "+%Y-%m")
8686 # Dependencies need to be installed to make sure the PHPUnit classes are recognized.
8787 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
8888 - name : Install Composer dependencies
89- uses : " ramsey/composer-install@v3 "
89+ uses : " ramsey/composer-install@v4 "
9090 with :
9191 # Bust the cache at least once a month - output format: YYYY-MM.
9292 custom-cache-suffix : $(date -u "+%Y-%m")
@@ -116,7 +116,7 @@ jobs:
116116 # Dependencies need to be installed to make sure the PHPUnit classes are recognized.
117117 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
118118 - name : Install Composer dependencies
119- uses : " ramsey/composer-install@v3 "
119+ uses : " ramsey/composer-install@v4 "
120120 with :
121121 # Bust the cache at least once a month - output format: YYYY-MM.
122122 custom-cache-suffix : $(date -u "+%Y-%m")
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 # Install dependencies and handle caching in one go.
132132 # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
133133 - name : Install Composer dependencies
134- uses : " ramsey/composer-install@v3 "
134+ uses : " ramsey/composer-install@v4 "
135135 with :
136136 # For the PHP "nightly", we need to install with ignore platform reqs as not all dependencies may allow it yet.
137137 composer-options : ${{ matrix.php == '8.6' && '--ignore-platform-req=php+' || '' }}
@@ -206,7 +206,7 @@ jobs:
206206 composer require --no-update squizlabs/php_codesniffer:"${{ matrix.phpcs_version }}"
207207
208208 - name : Install Composer dependencies
209- uses : " ramsey/composer-install@v3 "
209+ uses : " ramsey/composer-install@v4 "
210210 with :
211211 # Bust the cache at least once a month - output format: YYYY-MM.
212212 custom-cache-suffix : $(date -u "+%Y-%m")
You can’t perform that action at this time.
0 commit comments