You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this belongs here, so please feel free to close it straight away if it's not useful.
I have this in Gitlab CI, and 2 days ago the pipeline started failing randomly for PHP 8.3 when trying to install the imagick extension. It seems to install fine in both PHP 8.2 and the recently added PHP 8.4. Randomly (but rarely) the job succeeds on PHP 8.3 too.
I believe this is very standard, so not sure what could be happening:
Version of install-php-extensions
v2.4.0
Error description
I'm not sure if this belongs here, so please feel free to close it straight away if it's not useful.
I have this in Gitlab CI, and 2 days ago the pipeline started failing randomly for PHP 8.3 when trying to install the imagick extension. It seems to install fine in both PHP 8.2 and the recently added PHP 8.4. Randomly (but rarely) the job succeeds on PHP 8.3 too.
I believe this is very standard, so not sure what could be happening:
Relevant log:
When the job succeeds on PHP 8.3:
Docker image
php:8.3
Minimal Dockerfile
No response
The text was updated successfully, but these errors were encountered: