mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Automated tests: Typo fixup
This commit is contained in:
3
.github/workflows/test-unit.yml
vendored
3
.github/workflows/test-unit.yml
vendored
@@ -73,8 +73,9 @@ jobs:
|
|||||||
then
|
then
|
||||||
docker-php-ext-configure gd --with-jpeg --with-webp
|
docker-php-ext-configure gd --with-jpeg --with-webp
|
||||||
elif [ $(php -r 'printf(version_compare(PHP_VERSION, "7.0.0", ">=") ? 1 : 0);') = '1' ]
|
elif [ $(php -r 'printf(version_compare(PHP_VERSION, "7.0.0", ">=") ? 1 : 0);') = '1' ]
|
||||||
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-webp-dir=/usr
|
|
||||||
then
|
then
|
||||||
|
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-webp-dir=/usr
|
||||||
|
else
|
||||||
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-vpx-dir=/usr
|
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-vpx-dir=/usr
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user