Skip to content

Commit 2152f05

Browse files
Update ramsey/composer-install action to v3.1.0
| datasource | package | from | to | | ----------- | ----------------------- | ----- | ----- | | github-tags | ramsey/composer-install | 3.0.0 | 3.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 227b44f commit 2152f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
extensions: pcov
2424
coverage: pcov
2525
ini-values: pcov.enabled=1
26-
- uses: "ramsey/composer-install@3.0.0"
26+
- uses: "ramsey/composer-install@3.1.0"
2727
with:
2828
dependency-versions: "highest"
2929
- run: php ./vendor/bin/phpunit --coverage-clover=coverage.xml
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
php-version: 8.1
4949

50-
- uses: "ramsey/composer-install@3.0.0"
50+
- uses: "ramsey/composer-install@3.1.0"
5151
with:
5252
dependency-versions: "highest"
5353

0 commit comments

Comments
 (0)