Skip to content

Commit

Permalink
PR geerlingguy#28 follow-up: Fix docs, update default to 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Apr 11, 2016
1 parent 57b5962 commit ed05600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Available variables are listed below, along with default values (see `defaults/m

Where Xdebug setup files will be downloaded and built.

php_xdebug_version: 2.2.4
php_xdebug_version: 2.4.0

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

php_xdebug_default_enable: 1
php_xdebug_coverage_enable: 1
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: 2.3.3
php_xdebug_version: 2.4.0

php_xdebug_coverage_enable: 1
php_xdebug_default_enable: 1
Expand Down
3 changes: 0 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
- make
when: ansible_os_family == 'Debian'

# PHP7.0-compatible Xdebug is athttps://xdebug.org/files/xdebug-2.4.0.tgz
# PHP5.6-compatible Xdebug is at https://xdebug.org/files/xdebug-2.2.4.tgz

- name: Download Xdebug.
get_url:
url: "https://xdebug.org/files/xdebug-{{ php_xdebug_version }}.tgz"
Expand Down

0 comments on commit ed05600

Please sign in to comment.