1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00
This commit is contained in:
Cameron
2020-12-09 14:52:36 -08:00
parent 758137daff
commit 2b77aa89d4

View File

@@ -71,9 +71,9 @@ jobs:
run: |
if [ $(php -r 'printf(version_compare(PHP_VERSION, "7.4.0", ">=") ? 1 : 0);') = '1' ]
then
docker-php-ext-configure gd --enable-gd
docker-php-ext-configure gd --with-jpeg --with-webp
else
docker-php-ext-configure gd --with-gd
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-webp-dir=/usr
fi
- name: Install necessary PHP extensions