From 2a878db667d107fb42105ed646a9daf832131a6a Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Sun, 28 Apr 2024 23:44:33 +0300 Subject: [PATCH] Update app-code-coverage.yml --- .github/workflows/app-code-coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app-code-coverage.yml b/.github/workflows/app-code-coverage.yml index 604bd7c..bf92c78 100644 --- a/.github/workflows/app-code-coverage.yml +++ b/.github/workflows/app-code-coverage.yml @@ -43,9 +43,9 @@ jobs: sudo /phyre-panel/install_web.sh - sudo wget http://xdebug.org/files/xdebug-2.6.0.tgz - sudo tar -xvzf xdebug-2.6.0.tgz - cd xdebug-2.6.0 + sudo wget http://xdebug.org/files/xdebug-3.3.2.tgz + sudo tar -xvzf xdebug-3.3.2.tgz + cd xdebug-3.3.2 sudo phpize sudo ./configure sudo make