Skip to content

Commit 8511154

Browse files
Merge pull request #8558 from ecamp/renovate/composer-2.x
chore(deps): update dependency composer to v2.9.0
2 parents 7e12e03 + 326cb44 commit 8511154

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/check-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: shivammathur/setup-php@v2
2828
with:
2929
php-version: '8.4.14'
30-
tools: composer:2.8.0
30+
tools: composer:2.9.0
3131
coverage: xdebug
3232

3333
- run: composer update --lock --no-interaction --no-plugins --no-scripts --prefer-dist

.github/workflows/continuous-integration-optional.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: shivammathur/setup-php@v2
2323
with:
2424
php-version: '8.4.14'
25-
tools: composer:2.8.0
25+
tools: composer:2.9.0
2626
coverage: xdebug
2727

2828
- run: composer validate -n --no-check-all --no-check-publish --strict
@@ -37,7 +37,7 @@ jobs:
3737
- uses: shivammathur/setup-php@v2
3838
with:
3939
php-version: '8.4.14'
40-
tools: composer:2.8.0
40+
tools: composer:2.9.0
4141
coverage: xdebug
4242

4343
- name: Get Composer Cache Directory
@@ -67,7 +67,7 @@ jobs:
6767
- uses: shivammathur/setup-php@v2
6868
with:
6969
php-version: '8.4.14'
70-
tools: composer:2.8.0
70+
tools: composer:2.9.0
7171
coverage: xdebug
7272

7373
- name: Get Composer Cache Directory
@@ -115,7 +115,7 @@ jobs:
115115
- uses: shivammathur/setup-php@v2
116116
with:
117117
php-version: '8.4.14'
118-
tools: composer:2.8.0
118+
tools: composer:2.9.0
119119
coverage: xdebug
120120

121121
- name: Get Composer Cache Directory

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: shivammathur/setup-php@v2
9393
with:
9494
php-version: '8.4.14'
95-
tools: composer:2.8.0
95+
tools: composer:2.9.0
9696
coverage: none
9797

9898
- name: Get Composer Cache Directory
@@ -266,7 +266,7 @@ jobs:
266266
with:
267267
php-version: '8.4.14'
268268
extensions: intl-73.1
269-
tools: composer:2.8.0
269+
tools: composer:2.9.0
270270
coverage: pcov
271271

272272
- name: Get Composer Cache Directory

0 commit comments

Comments
 (0)