-
Notifications
You must be signed in to change notification settings - Fork 2k
Add PHP 8.5.0 #1630
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.5.0 #1630
Conversation
|
Unfortunately it isn't part of https://www.php.net/releases/index.php?json&version=8 quite yet, so our automation would break if we jump too early 😅 (Edit: see also https://www.php.net/release-candidates.php?format=json which I believe pulls from the exact same data, but also still calls 8.5 an RC 👍) |
|
php/web-php@d09ba85 was just commited; not sure how long it takes for website to reflect changes, but should be soon... |
|
@tianon 8.5 has been added
|
DanielEScherzer
left a comment
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've officially announced the release, I think this is good to go
Changes: - docker-library/php@9ab2e4b3: Add PHP 8.5.0 (docker-library/php#1630) - docker-library/php@3b86db2c: Update 8.4-rc - docker-library/php@7c15b045: Update 8.4 to 8.4.15 - docker-library/php@56dd594f: Update 8.3-rc - docker-library/php@d059b359: Update 8.3 to 8.3.28
Changes: - docker-library/php@9ab2e4b3: Add PHP 8.5.0 (docker-library/php#1630) - docker-library/php@3b86db2c: Update 8.4-rc - docker-library/php@7c15b045: Update 8.4 to 8.4.15 - docker-library/php@56dd594f: Update 8.3-rc - docker-library/php@d059b359: Update 8.3 to 8.3.28 Co-authored-by: Docker Library Bot <[email protected]>
See also https://www.php.net/releases/8.5/en.php.
Modelled after #1548.
Given the 8.5.0 tag is here, the release will follow soon.
This is awaiting the official release to be available on https://www.php.net/releases/index.php?json&max=1&version=8.5, hence the draft state. See also php/web-php#1634.
When the release appears, the "DRAFT" commit needs amending to include proper SHA hashing for the published release assets.This also contains a "MIMIC" commit that mimics expected update-bot behavior to hopefully prevent merge conflicts or allow for easier rebasing.