Skip to content

Commit f6e9689

Browse files
committed
Bump Xdebug to 3.3.1
1 parent 53f558b commit f6e9689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: "actions/checkout@v4"
3131

3232
- name: "build the PHP8 environment"
33-
run: "dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} --build-arg XDEBUG_VERSION='3.2.0' php"
33+
run: "dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} --build-arg XDEBUG_VERSION='3.3.1' php"
3434
if: startsWith(matrix.php, '8')
3535

3636
- name: "install dependencies"

dev/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Petar Obradović <[email protected]>"
77
RUN mkdir -p /app/bin
88
ENV PATH /app/bin:$PATH
99

10-
ARG XDEBUG_VERSION=3.1.6
10+
ARG XDEBUG_VERSION=3.3.1
1111

1212
# Install needed core and PECL extensions
1313
RUN apk add --update --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)