Re-enabled modules

This commit is contained in:
cytopia
2022-12-09 19:13:35 +01:00
parent ceadad5512
commit bfbb967cb8
15 changed files with 8872 additions and 2273 deletions

View File

@@ -8,18 +8,17 @@
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
7.4:
type: pecl
version: 3.1.6
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.3:
type: pecl
version: 3.1.6
7.2:
type: pecl
version: 3.1.6
7.1:
type: pecl