From fd79b42db77a8e7ae64924f08759761cb50504d1 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 30 Nov 2023 23:21:20 +0100 Subject: [PATCH] Install stable xdebug version on PHP 8.3 (#844) Test: xdebug --- install-php-extensions | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 6e611bd..ff61ab4 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3889,8 +3889,6 @@ installRemoteModule() { installRemoteModule_version=2.9.8 elif test $PHP_MAJMIN_VERSION -le 704; then installRemoteModule_version=3.1.6 - elif test $PHP_MAJMIN_VERSION -ge 803; then - installRemoteModule_version=beta fi fi ;;