Skip to content

Commit

Permalink
chore(deps): bump ramsey/composer-install from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 20bc45a commit 30fbc79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"

- name: "Check syntax (php-parallel-lint)"
run: "composer lint -- --colors"
Expand All @@ -58,7 +58,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"

- name: "Statically analyze code (PHPStan)"
run: "composer phpstan -- --ansi"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"

- name: "Run PHPBench"
run: "composer phpbench -- --ansi"
Expand All @@ -125,7 +125,7 @@ jobs:
ini-values: "memory_limit=-1"

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

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@v2"
uses: "ramsey/composer-install@v3"
with:
composer-options: "${{ matrix.composer-options }}"

Expand Down

0 comments on commit 30fbc79

Please sign in to comment.