Closed manfield closed 3 years ago
Ok, it seems that imagick is not available to php7.4 I'm using this workaround on CI
test_backend_features:
stage: test
image: chilio/laravel-dusk-ci:php-7.4
script: apt-get update && apt-get install php7.4-imagick && ./vendor/bin/phpunit --version && ./vendor/bin/phpunit -v tests/Feature
to install it at CI time. I think it should be already installed in the distribution though,
Thanks
@manfield late reply, but as you suggested php imagick was added to distribution and enabled by default. Let me know if it works for you.
Hi, I've been using laravel-dusk-ci for months without issues. Today I'm deploying the same project, with insignificant modification, after 15 days, when I deployed for the last time.
I checked and Imagemagick is installed as well php-imagick, but it does not appear among the enabled modules.
I have this log: