Skip to content

Commit 4d60ae9

Browse files
Bump ramsey/composer-install from 2 to 3 (#732)
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32f79fc commit 4d60ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
tools: composer:v2
3030
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd
3131
- name: "Install dependencies"
32-
uses: "ramsey/composer-install@v2"
32+
uses: "ramsey/composer-install@v3"
3333
- name: "PHPCS"
3434
run: "php vendor/bin/phpcs"
3535
- name: "PHPStan"
@@ -77,7 +77,7 @@ jobs:
7777
- name: "Add phpspec/prophecy-phpunit"
7878
run: "composer require phpspec/prophecy-phpunit:^2 --dev --no-update"
7979
- name: "Install dependencies"
80-
uses: "ramsey/composer-install@v2"
80+
uses: "ramsey/composer-install@v3"
8181
- name: "PHPUnit"
8282
run: "php vendor/bin/phpunit"
8383

@@ -256,7 +256,7 @@ jobs:
256256
composer config repositories.1 path $GITHUB_WORKSPACE
257257
258258
- name: "Install Drupal core dependencies"
259-
uses: "ramsey/composer-install@v2"
259+
uses: "ramsey/composer-install@v3"
260260
with:
261261
working-directory: "${{ runner.temp }}/drupal"
262262
- name: "require phpstan-drupal"

0 commit comments

Comments
 (0)