From 77775d0bd8ffff42aa433944d7f8e14bba03a673 Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Tue, 23 Mar 2021 01:42:06 +0100
Subject: [PATCH] [BUGFIX] Also the wrong xdebug versions were installed all
 the time.. *omg*

---
 recipes/default.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/default.rb b/recipes/default.rb
index 5f4e1f7..fe7bef3 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -22,7 +22,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
 
-package 'php-xdebug' do
+package 'php' + node['ubuntu_base']['php_version'] + '-xdebug' do
 	action 'upgrade'
 end
 
-- 
GitLab