Skip to content

Commit

Permalink
Use ramsey/composer-install@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Apr 25, 2024
1 parent 8447354 commit 72be5a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3"

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

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

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

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
coverage: xdebug

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

- name: Run PHPUnit with coverage
run: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
coverage: xdebug

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

- name: Run PHPUnit with coverage
run: |
Expand Down

0 comments on commit 72be5a5

Please sign in to comment.