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:
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user