@ -8,7 +8,7 @@ if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=74; fi
POSSIBLE_XDEBUG_VERSION=xdebug2
if [[ $PHP_VERSION -gt 81 ]]; then
if [[ $PHP_VERSION -eq 81 ]]; then
POSSIBLE_XDEBUG_VERSION=xdebug3
fi