diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 2114592e5..05efed73b 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -74,7 +74,7 @@ jobs: docker-php-ext-configure gd --with-jpeg --with-webp 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 - else + then docker-php-ext-configure gd --with-jpeg-dir=/usr --with-vpx-dir=/usr fi