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

Enable xdebug in PHP 5.6 builds

This commit is contained in:
Nick Liu
2019-12-28 10:58:07 +01:00
parent 60aa3f34d4
commit 20ed1ecb00

View File

@@ -56,10 +56,10 @@ jobs:
if [ $(php -r 'printf(version_compare(PHP_VERSION, "7.0.0", ">=") ? 1 : 0);') = '1' ]
then
pecl install xdebug
docker-php-ext-enable xdebug
else
echo "Not applicable; PHP version $(php -r 'printf(PHP_VERSION);') is too old"
pecl install xdebug-2.5.5
fi
docker-php-ext-enable xdebug
- name: Install PHP pdo_mysql extension
run: docker-php-ext-install pdo_mysql