Skip to content

Commit

Permalink
Use Xdebug 3.3.2 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 12, 2024
1 parent ba75749 commit 3172686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below, along with default values (see `defaults/m

Where Xdebug setup files will be downloaded and built.

php_xdebug_version: 3.2.1
php_xdebug_version: 3.3.2

The version of Xdebug to be installed (see [Updates](https://xdebug.org/updates.php) for a current listing).

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
workspace: /root

php_xdebug_version: 3.2.1
php_xdebug_version: 3.3.2

php_xdebug_coverage_enable: 1
php_xdebug_default_enable: 1
Expand Down

0 comments on commit 3172686

Please sign in to comment.