mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Trying xdebug-3.3.0alpha2.tgz
This commit is contained in:
parent
939a149ed0
commit
868895d29a
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@ -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.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' ]
|
||||
then
|
||||
pecl install xdebug
|
||||
|
Loading…
x
Reference in New Issue
Block a user