Skip to content

Commit

Permalink
chore(deps): update dependency php to v8.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 47b2cc7 commit a59ff85
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 @@ -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

0 comments on commit a59ff85

Please sign in to comment.