Skip to content

Commit

Permalink
Bump Xdebug to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Dec 29, 2023
1 parent 53f558b commit f6e9689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: "actions/checkout@v4"

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

- name: "install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Petar Obradović <[email protected]>"
RUN mkdir -p /app/bin
ENV PATH /app/bin:$PATH

ARG XDEBUG_VERSION=3.1.6
ARG XDEBUG_VERSION=3.3.1

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

0 comments on commit f6e9689

Please sign in to comment.