mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +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: |
|
||||
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
|
||||
|
Reference in New Issue
Block a user