mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Take II
This commit is contained in:
parent
758137daff
commit
2b77aa89d4
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user