Skip to content
Snippets Groups Projects
Commit 570abf22 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Switch to a fixed version for xdebug (the latest one requires PHP 7.3)

parent ed971dc1
No related branches found
No related tags found
No related merge requests found
Pipeline #19 failed
......@@ -23,7 +23,10 @@
# THE SOFTWARE.
if node['platform_version'] == '16.04'
package 'php-xdebug'
package 'php-xdebug' do
version ['2.4.0-1']
end
template '/etc/php/' + node['ubuntu_base']['php_version'] + '/apache2/conf.d/xdebug.ini' do
mode '0644'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment