Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency php to v8.2.9 #3643

Merged
merged 1 commit into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.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.2.8'
php-version: '8.2.9'
tools: composer:2.5.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 @@ -15,7 +15,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
php-version: '8.2.9'
tools: composer:2.5.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
php-version: '8.2.9'
tools: composer:2.5.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
php-version: '8.2.9'
tools: composer:2.5.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
php-version: '8.2.9'
tools: composer:2.5.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 @@ -28,7 +28,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
php-version: '8.2.9'
tools: composer:2.5.0
coverage: xdebug

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.8'
php-version: '8.2.9'
extensions: intl-73.1
tools: composer:2.5.0
coverage: xdebug
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.2.8
ARG PHP_VERSION=8.2.9

# 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 @@ -5,7 +5,7 @@
"force": {
"constraints": {
"node": "20.5.1",
"php": "8.2.8"
"php": "8.2.9"
}
},
"automergeType": "branch",
Expand Down