Skip to content

Commit d25789b

Browse files
Update ramsey/composer-install action to v3.2.1
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.2.0 | 3.2.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5ff31f commit d25789b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ env.default_php }}
2828
ini-values: memory_limit=-1
2929
extensions: ${{ env.php_extensions }}
30-
- uses: ramsey/composer-install@3.2.0
30+
- uses: ramsey/composer-install@3.2.1
3131
- run: make install-tools
3232
- run: make composer-require-checker
3333

@@ -39,7 +39,7 @@ jobs:
3939
- uses: shivammathur/setup-php@2.37.0
4040
with:
4141
php-version: ${{ env.default_php }}
42-
- uses: ramsey/composer-install@3.2.0
42+
- uses: ramsey/composer-install@3.2.1
4343
- name: "Psalm"
4444
run: vendor/bin/psalm --report=results.sarif
4545
- name: "Upload Security Analysis results to GitHub"
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
php-version: ${{ env.default_php }}
5858
coverage: xdebug
59-
- uses: ramsey/composer-install@3.2.0
59+
- uses: ramsey/composer-install@3.2.1
6060
- run: make install-tools
6161
- run: make mutants
6262

@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
php-version: ${{ env.default_php }}
7171
tools: composer
72-
- uses: ramsey/composer-install@3.2.0
72+
- uses: ramsey/composer-install@3.2.1
7373
- run: make install-tools
7474
- run: make rector-ci
7575

@@ -82,6 +82,6 @@ jobs:
8282
with:
8383
php-version: ${{ env.default_php }}
8484
tools: composer
85-
- uses: ramsey/composer-install@3.2.0
85+
- uses: ramsey/composer-install@3.2.1
8686
- run: make install-tools
8787
- run: make unused-ci

0 commit comments

Comments
 (0)