Skip to content

Commit

Permalink
Bump Xdebug version for PHP 7.4 image
Browse files Browse the repository at this point in the history
  • Loading branch information
delawski committed Jul 16, 2024
1 parent e59d674 commit 0a876cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
run: docker compose --file docker-compose.build.yml build

- name: Publish images
if: contains( github.ref_name, 'master' )
#if: contains( github.ref_name, 'master' )
run: docker buildx bake --file docker-compose.build.yml --push --set '*.platform=linux/amd64,linux/arm64'
2 changes: 1 addition & 1 deletion docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
context: ./local/docker/wordpress
args:
PHP_VERSION: "7.4"
XDEBUG_VERSION: "2.9.6"
XDEBUG_VERSION: "3.1.6"

wordpress_php8.0:
image: ghcr.io/xwp/stream-wordpress:php8.0
Expand Down

0 comments on commit 0a876cd

Please sign in to comment.