diff --git a/root-files/opt/flownative/php/build/extensions/xdebug/xdebug.sh b/root-files/opt/flownative/php/build/extensions/xdebug/xdebug.sh index 34cb32e..ca57fa9 100644 --- a/root-files/opt/flownative/php/build/extensions/xdebug/xdebug.sh +++ b/root-files/opt/flownative/php/build/extensions/xdebug/xdebug.sh @@ -38,12 +38,8 @@ extensions_xdebug_runtime_packages() { # @return string # extensions_xdebug_url() { - if [[ "${PHP_VERSION}" =~ ^8.3 ]]; then - echo "https://github.com/xdebug/xdebug/archive/refs/heads/master.tar.gz" - elif [[ "${PHP_VERSION}" =~ ^8.2 ]]; then - echo "https://xdebug.org/files/xdebug-3.2.2.tgz" - elif [[ "${PHP_VERSION}" =~ ^8 ]]; then - echo "https://xdebug.org/files/xdebug-3.1.6.tgz" + if [[ "${PHP_VERSION}" =~ ^8 ]]; then + echo "https://xdebug.org/files/xdebug-3.3.1.tgz" else echo "https://xdebug.org/files/xdebug-2.9.8.tgz" fi