Skip to content

Commit

Permalink
Update to ramsey/composer-install@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 11, 2024
1 parent b3390f5 commit 4c3fa58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
extensions: "${{ env.EXTENSIONS }}"
ini-values: "${{ env.INI_VALUES }}"
tools: composer-normalize, composer-require-checker, composer-unused
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: "composer validate --strict"
- run: "composer-normalize --dry-run"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.EXTENSIONS }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- name: "Run tests without CC"
if: "${{matrix.code-coverage == 'none' }}"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.EXTENSIONS }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: "vendor/bin/php-cs-fixer fix --verbose --dry-run --diff"

Expand All @@ -136,7 +136,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.EXTENSIONS }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- run: "vendor/bin/phpstan analyse --no-progress --error-format=github"

Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.EXTENSIONS }}"
ini-values: "${{ env.INI_VALUES }}"
- uses: "ramsey/composer-install@v2"
- uses: "ramsey/composer-install@v3"

- name: "Remove infection"
run: "composer remove --no-progress --no-update --no-scripts --dev 'infection/infection'"
Expand Down

0 comments on commit 4c3fa58

Please sign in to comment.