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 e93b4d5 commit a7fcde9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -64,7 +64,7 @@ jobs:
coverage: xdebug

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

- name: Run PHPUnit
run: vendor/bin/phpunit
Expand Down Expand Up @@ -122,7 +122,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 @@ -165,7 +165,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 @@ -204,7 +204,7 @@ jobs:
run: sudo apt install libsqlite3-mod-spatialite

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

- name: Run PHPUnit with coverage
run: |
Expand Down Expand Up @@ -239,7 +239,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 a7fcde9

Please sign in to comment.