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:
parent
25cc78c63d
commit
36e0439d40
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user