-
Notifications
You must be signed in to change notification settings - Fork 25
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
Switch PHP 8.3 to stable #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! I went to make this change late last week, but docker-library/php had not yet been updated.
Any reason why we shouldn't also update $latest
to be 8.3
at the same time?
I was hoping we could add the PECL extensions in there now as well. imagick
and memcached
have not yet been updated, and xDebug has 3.3.0alpha2
out which adds support for PHP 8.3. So just need to follow up a bit later for those.
I noticed memcached wasn't available and caused the container to fail to start when trying to run it with I didn't bump the latest as this was done separately for 8.2: #60 |
I'm fine with separately. The main reason why that was separate was due to 8.0 and 8.1 never being set to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went to make this change late last week, but docker-library/php had not yet been updated.
Dito ;-) Still have the Docker page open in a tab waiting for it to be available. Thanks @johnbillion for spotting it!
I'd say: let's make it Note: at this time, the WP Core |
FYI: Xdebug 3.3.0 has been released: https://xdebug.org/announcements/2023-11-30 |
Just saw this - Imagick is not (yet) PHP 8.3 compatible: Imagick/imagick#641 |
No description provided.