Skip to content

Commit

Permalink
chore(deps): update dependency php to v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Feb 20, 2023
1 parent e1b0bdc commit baaffe9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

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

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

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

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

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

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

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

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

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

- uses: shivammathur/setup-php@v2
with:
php-version: '8.1.13'
php-version: '8.2.3'
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 @@ -6,7 +6,7 @@
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

# renovate: datasource=docker depName=php
ARG PHP_VERSION=8.1.13
ARG PHP_VERSION=8.2.3

# renovate: datasource=docker depName=alpine
ARG ALPINE_VERSION=3.16
Expand Down

0 comments on commit baaffe9

Please sign in to comment.