Skip to content

Commit

Permalink
DX: Bump XDebug version in Docker services (#7300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone authored Sep 17, 2023
1 parent ca16004 commit e80a95b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
args:
ALPINE_VERSION: "3.16"
PHP_VERSION: "7.4"
PHP_XDEBUG_VERSION: "3.1.2"
PHP_XDEBUG_VERSION: "3.1.6"
working_dir: /app
volumes:
- .:/app
Expand All @@ -19,16 +19,16 @@ services:
args:
ALPINE_VERSION: "3.16"
PHP_VERSION: "8.0"
PHP_XDEBUG_VERSION: "3.1.2"
PHP_XDEBUG_VERSION: "3.2.2"
php-8.1:
<<: *php
build:
args:
PHP_VERSION: "8.1"
PHP_XDEBUG_VERSION: "3.1.2"
PHP_XDEBUG_VERSION: "3.2.2"
php-8.2:
<<: *php
build:
args:
PHP_VERSION: "8.2"
PHP_XDEBUG_VERSION: "3.2.1"
PHP_XDEBUG_VERSION: "3.2.2"

0 comments on commit e80a95b

Please sign in to comment.