Skip to content

Commit 1b972b4

Browse files
Update ramsey/composer-install action to v4 (#52)
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.0.0 | 4.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3eb841 commit 1b972b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: "${{ matrix.php-version }}"
2828
ini-values: "${{ env.INI_VALUES }}"
2929
tools: composer-normalize,composer-require-checker,composer-unused
30-
- uses: "ramsey/composer-install@v3"
30+
- uses: "ramsey/composer-install@v4"
3131

3232
- run: "composer validate --strict"
3333
- run: "composer-normalize --dry-run"
@@ -54,7 +54,7 @@ jobs:
5454
coverage: "${{ matrix.code-coverage }}"
5555
php-version: "${{ matrix.php-version }}"
5656
ini-values: "${{ env.INI_VALUES }}"
57-
- uses: "ramsey/composer-install@v3"
57+
- uses: "ramsey/composer-install@v4"
5858

5959
- run: "vendor/bin/phpunit --no-coverage --no-logging"
6060
if: ${{ matrix.code-coverage == 'none' }}
@@ -79,7 +79,7 @@ jobs:
7979
coverage: "none"
8080
php-version: "${{ matrix.php-version }}"
8181
ini-values: "${{ env.INI_VALUES }}"
82-
- uses: "ramsey/composer-install@v3"
82+
- uses: "ramsey/composer-install@v4"
8383

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

@@ -98,6 +98,6 @@ jobs:
9898
coverage: "none"
9999
php-version: "${{ matrix.php-version }}"
100100
ini-values: "${{ env.INI_VALUES }}"
101-
- uses: "ramsey/composer-install@v3"
101+
- uses: "ramsey/composer-install@v4"
102102

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

0 commit comments

Comments
 (0)