-
Notifications
You must be signed in to change notification settings - Fork 138
Preparing v4 release #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing v4 release #227
Conversation
… (php ext) can be setup
I believe this will be blocked by lack of official release for |
Not having an |
Yes the current master of Imagick repository works fine, there's just no tagged stable release right now which means pecl can't be used. The version in ondrej repository is last tagged stable with is NOT compatible with PHP 8. |
For the v4 release, we are going to remove any extension that is not yet compatible with PHP 8 from the PHP 8 version (and we will document that in the README). |
Great! As soon as v4 comes out, I will test it with my projects. |
…to v4-dev # Conflicts: # .github/workflows/workflow.yml # .travis.yml
Closes #221
Closes #218
Closes #213