Skip to content

Commit

Permalink
Merge pull request #4665 from ecamp/renovate/php-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency php to v8.3.4
  • Loading branch information
BacLuc committed Mar 21, 2024
2 parents 283e751 + eb6f640 commit f1c58b1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
tools: composer:2.7.0
coverage: xdebug

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 @@ -21,7 +21,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
tools: composer:2.7.0
coverage: xdebug

Expand All @@ -36,7 +36,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
tools: composer:2.7.0
coverage: xdebug

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
tools: composer:2.7.0
coverage: xdebug

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
tools: composer:2.7.0
coverage: xdebug

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 @@ -33,7 +33,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
tools: composer:2.7.0
coverage: none

Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.3.2'
php-version: '8.3.4'
extensions: intl-73.1
tools: composer:2.7.0
coverage: pcov
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

# renovate: datasource=docker depName=php
ARG PHP_VERSION=8.3.2
ARG PHP_VERSION=8.3.4

# renovate: datasource=docker depName=alpine
ARG ALPINE_VERSION=3.18
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"force": {
"constraints": {
"node": "20.11.1",
"php": "8.3.2"
"php": "8.3.4"
}
},
"automergeType": "branch",
Expand Down

0 comments on commit f1c58b1

Please sign in to comment.