Skip to content

Commit

Permalink
chore(deps): update dependency composer to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 9a66201 commit b632659
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
tools: composer:2.6.0
tools: composer:2.7.0
coverage: xdebug

- run: composer update --lock --no-interaction --no-plugins --no-scripts --prefer-dist
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
tools: composer:2.6.0
tools: composer:2.7.0
coverage: xdebug

- run: composer validate -n --no-check-all --no-check-publish --strict
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
tools: composer:2.6.0
tools: composer:2.7.0
coverage: xdebug

- name: Get Composer Cache Directory
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
tools: composer:2.6.0
tools: composer:2.7.0
coverage: xdebug

- name: Get Composer Cache Directory
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
tools: composer:2.6.0
tools: composer:2.7.0
coverage: xdebug

- name: Get Composer Cache Directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
tools: composer:2.6.0
tools: composer:2.7.0
coverage: none

- name: Get Composer Cache Directory
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
with:
php-version: '8.3.2'
extensions: intl-73.1
tools: composer:2.6.0
tools: composer:2.7.0
coverage: pcov

- name: Get Composer Cache Directory
Expand Down

0 comments on commit b632659

Please sign in to comment.