1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Trying xdebug-3.3.0alpha2.tgz

This commit is contained in:
camer0n
2023-11-28 17:36:22 -08:00
parent 939a149ed0
commit 868895d29a

View File

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