Skip to content

Commit

Permalink
chore: bump github actions for "ramsey/composer-install" 2 => 3, will…
Browse files Browse the repository at this point in the history
… fix ci deprecations for node 16.
  • Loading branch information
Chris8934 authored and franmomu committed Jun 9, 2024
1 parent 3a79af0 commit ec47681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
php-version: "8.3"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "highest"

Expand All @@ -45,7 +45,7 @@ jobs:
tools: "composer:v2"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "highest"
composer-options: "--prefer-dist --prefer-stable"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: "composer remove --dev --no-update friendsofphp/php-cs-fixer"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.deps }}"

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
extensions: mongodb

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "highest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tools: composer:v2

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: --prefer-dist --prefer-stable --no-interaction --no-progress
Expand Down

0 comments on commit ec47681

Please sign in to comment.