Skip to content

Commit 7c0015c

Browse files
Bump ramsey/composer-install from 2 to 3
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-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3cf3c1 commit 7c0015c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
coverage: none
1414
tools: composer, cs2pr
1515
- name: Install Composer dependencies for PHP
16-
uses: "ramsey/composer-install@v2"
16+
uses: "ramsey/composer-install@v3"
1717
- name: Detect coding standard violations
1818
run: composer lint
1919

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tools: composer, phpunit-polyfills
2727
extensions: mysql
2828
- name: Install Composer dependencies for PHP
29-
uses: "ramsey/composer-install@v2"
29+
uses: "ramsey/composer-install@v3"
3030
- name: Install SVN
3131
run: sudo apt-get update && sudo apt-get install -y subversion
3232
- name: Setup Test Environment

0 commit comments

Comments
 (0)