Skip to content

Commit 29851a1

Browse files
committed
Removing Xdebug version in Dockerfile.
1 parent f1352fb commit 29851a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- removing Xdebug version in Dockerfile.
10+
711
## [6.10.0] - 2025-09-30
812
### Changed
913
- PHPUnit 12.3.7 => 12.3.15.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8.4-cli-alpine
22
RUN apk update \
33
&& apk add gpg linux-headers oniguruma-dev $PHPIZE_DEPS \
44
&& docker-php-ext-install pcntl mbstring \
5-
&& pecl install xdebug-3.4.0 \
5+
&& pecl install xdebug \
66
&& docker-php-ext-enable mbstring pcntl xdebug \
77
&& wget -O /usr/local/bin/phive https://phar.io/releases/phive.phar \
88
&& chmod +x /usr/local/bin/phive \

0 commit comments

Comments
 (0)