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 7dcaa7f commit d82f79a
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 @@ -23,7 +23,7 @@ jobs:
php-version: ${{ env.PSALM_PHP_VERSION }}

- 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 @@ -52,7 +52,7 @@ jobs:
coverage: xdebug

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

- name: Run PHPUnit
run: vendor/bin/phpunit
Expand Down

0 comments on commit d82f79a

Please sign in to comment.