Install stable xdebug version on PHP 8.3 (#844)

Test: xdebug
pull/847/head 2.1.68
Michele Locati 2023-11-30 23:21:20 +01:00 committed by GitHub
parent 5fc37d4219
commit fd79b42db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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
;;