1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 08:59:44 +01:00

Upgrade Xdebug to 3.4.1 in unit test workflow.

This commit is contained in:
camer0n 2025-02-14 11:30:52 -08:00
parent 25cc78c63d
commit 36e0439d40

View File

@ -90,7 +90,7 @@ jobs:
run: |
if [ $(php -r 'printf(version_compare(PHP_VERSION, "8.2.99", ">=") ? 1 : 0);') = '1' ]
then
pecl install https://xdebug.org/files/xdebug-3.3.0alpha2.tgz
pecl install https://xdebug.org/files/xdebug-3.4.1.tgz
elif [ $(php -r 'printf(version_compare(PHP_VERSION, "8.0.0", ">=") ? 1 : 0);') = '1' ]
then
pecl install xdebug