mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Upgrade Xdebug to 3.4.1 in unit test workflow.
This commit is contained in:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@@ -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.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' ]
|
elif [ $(php -r 'printf(version_compare(PHP_VERSION, "8.0.0", ">=") ? 1 : 0);') = '1' ]
|
||||||
then
|
then
|
||||||
pecl install xdebug
|
pecl install xdebug
|
||||||
|
Reference in New Issue
Block a user