Files
docker-php-fpm/php_modules/xdebug/build.yml
2022-11-29 06:04:58 +01:00

51 lines
732 B
YAML

---
# Available Jinja2 variables:
# ---------------------------
# * {{ php_all_versions }}: Array of all PHP versions
all:
type: pecl
8.2:
type: git
git_url: https://github.com/xdebug/xdebug
# FIXME: revert to latest tag once PHP 8.2 support is out of alpha/beta
git_ref: 3.2.0RC2
configure: --enable-xdebug
8.1:
type: git
git_url: https://github.com/xdebug/xdebug
git_ref: $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
configure: --enable-xdebug
7.1:
type: pecl
version: 2.9.8
7.0:
type: pecl
version: 2.9.0
5.6:
type: pecl
version: 2.4.1
5.5:
type: pecl
version: 2.4.1
5.4:
type: pecl
version: 2.4.1
5.3:
type: pecl
version: 2.2.7
5.2:
type: pecl
version: 2.2.7