-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add PHP 8.4 support #497
Add PHP 8.4 support #497
Conversation
Official Base Image PR for tracking: |
Sweet, thanks Tom!! I will keep an eye on this and will merge as soon as the official images are available 👍 |
It's been merged, now we just have to keep an eye on this https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/php/ |
Tags are now on dockerhub! https://hub.docker.com/_/php/tags?name=8.4.1 |
Yeah just noticed all the failures. Looks like that Jenkins project is marked as disabled. Not sure if they are still using that or moved to something else. |
I wonder if they have it manually disabled until they are ready to run? Usually that's what they've used in the past. It's still linked from their README, so I will just kind of keep an eye on it. In my experience, it takes quite some time for the images to build. Keep me posted if you see anything else in the meantime. Thanks for all your help! |
Yeah it looks like from the build history that its rebuilding every PHP version starting with 8.1 so it will probably take a while: https://doi-janky.infosiftr.net/job/meta/view/builds/builds -- Only still not seeing any |
Sooo close, yet so far away 😢 |
arm64/v8 now showing so hopefully this next build should work 🤞 |
Woohoo! CI passed, so I merged it and I am running a beta release now 😅🤞 https://github.com/serversideup/docker-php/actions/runs/11966269031 If that passes, I will push these to stable tomorrow 👍 |
It's all published! 🥳 https://github.com/serversideup/docker-php/releases/tag/v3.5.0 Thanks for your help @tomschlick! |
Attempted to do the initial setup for PHP 8.4 support here.
The official images at docker.io/library/php haven't been built yet so we will have to wait for those to fully test and merge. Keeping this as draft until then.