Skip to content

Commit

Permalink
chore(deps): bump ramsey/composer-install to v2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed May 11, 2023
1 parent dbad84c commit 88c50ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: "zend.assertions=1"

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
tools: "cs2pr, pecl"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"

- name: "Run PHP_CodeSniffer"
run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
2 changes: 1 addition & 1 deletion .github/workflows/infection.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
coverage: "pcov"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"

- name: Run Infection
run: vendor/bin/roave-infection-static-analysis-plugin --threads=$(nproc)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
tools: "cs2pr, pecl"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"

- name: "Run a static analysis with phpstan/phpstan"
run: "vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr"
Expand All @@ -50,7 +50,7 @@ jobs:
tools: "cs2pr"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
uses: "ramsey/composer-install@v2"

- name: "Run a static analysis with vimeo/psalm"
run: "vendor/bin/psalm --output-format=github --shepherd --taint-analysis --report=results.sarif"
Expand Down

0 comments on commit 88c50ba

Please sign in to comment.