Skip to content

Commit

Permalink
Merge pull request #4 from mastir/dependabot/github_actions/ramsey/co…
Browse files Browse the repository at this point in the history
…mposer-install-3.0.0

Bump ramsey/composer-install from 2.2.0 to 3.0.0
  • Loading branch information
mastir authored Aug 30, 2024
2 parents f117295 + 874e52b commit 90dce12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@3.0.0"

- name: "Check syntax (php-parallel-lint)"
run: "vendor/bin/parallel-lint ./src"
Expand All @@ -61,7 +61,7 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@3.0.0"

- name: "Statically analyze code (PHPStan)"
run: "vendor/bin/phpstan"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@3.0.0"

- name: "Analyze security of code (Psalm)"
run: "./vendor/bin/psalm --taint-analysis --report=build/logs/psalm.sarif"
Expand All @@ -118,7 +118,7 @@ jobs:
ini-values: "memory_limit=-1"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@3.0.0"

- name: "Run unit tests (PHPUnit)"
run: "vendor/bin/phpunit"
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
coverage: "none"

- name: "Install dependencies (Composer)"
uses: "ramsey/composer-install@2.2.0"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.composer-deps }}"
composer-options: "${{ matrix.composer-options }}"
Expand Down

0 comments on commit 90dce12

Please sign in to comment.