Skip to content

Commit

Permalink
Bump ramsey/composer-install from 2 to 3 (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 9b3f8f2 commit 87059cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tools: cs2pr

- name: Composer install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: --ansi --prefer-dist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
coverage: none # disable xdebug, pcov

- name: Composer install
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
composer-options: --ansi --prefer-dist

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
with:
composer-options: "--prefer-dist --no-progress"

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
with:
composer-options: "--prefer-dist --no-progress"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
with:
composer-options: "--prefer-dist --no-progress"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependencies }}"
# ignore php8.2 requirement error https://github.com/sebastianbergmann/phpunit/issues/5033
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
coverage: none

- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"
with:
# ignore php8.2 requirement error https://github.com/sebastianbergmann/phpunit/issues/5033
composer-options: "--ignore-platform-req=php+"
Expand Down

0 comments on commit 87059cd

Please sign in to comment.