Skip to content

Commit

Permalink
Use ramsey/composer-install@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 23, 2023
1 parent baba542 commit ff00a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
php-version: "8.1"

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

- name: Run Psalm
run: vendor/bin/psalm --show-info=false --find-unused-psalm-suppress --no-progress
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
coverage: xdebug

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

Expand Down

0 comments on commit ff00a7c

Please sign in to comment.