Skip to content

Commit 2e820f5

Browse files
Bump ramsey/composer-install from 1 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@1.0.0...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]>
1 parent b7cff46 commit 2e820f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
php-version: 8.3
4646
coverage: none
4747

48-
- uses: ramsey/composer-install@v2
48+
- uses: ramsey/composer-install@v3
4949

5050
- run: ${{ matrix.actions.run }}

.github/workflows/downgraded_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: 8.2
2424
coverage: none
2525

26-
- uses: "ramsey/composer-install@v2"
26+
- uses: "ramsey/composer-install@v3"
2727

2828
# downgrade /src to PHP 7.2
2929
- run: vendor/bin/rector process src config --config build/rector-downgrade-php-72.php --ansi

.github/workflows/test-phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
php-version: 8.2
2727
coverage: none
2828

29-
- uses: "ramsey/composer-install@v1"
29+
- uses: "ramsey/composer-install@v3"
3030

3131
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)