Opened 12 months ago
Closed 7 months ago
#59701 closed defect (bug) (fixed)
Readme: Update MySQL recommended version
Reported by: | swissspidy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
MySQL 5.7 is reaching EOL in 10 days so we need to update the recommended version in both readme.html
and the Requirements page on the website.
We should change it to 8.0, matching the https://make.wordpress.org/hosting/handbook/server-environment/#database page
Note that PHPUnit tests are currently failing because of that with:
readme.html's Recommended MySQL version is too old. Remember to update the WordPress.org Requirements page, too. Failed asserting that '2023-10-21' is less than '2023-10-21'.
Attachments (1)
Change History (12)
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
12 months ago
#5
@
12 months ago
Keeping the ticket open for now to also update the Requirements page:
This ticket was mentioned in PR #5573 on WordPress/wordpress-develop by @khokansardar.
12 months ago
#6
- Keywords has-patch added
Trac ticket: 59701
@swissspidy commented on PR #5573:
8 months ago
#7
This was already fixed in https://core.trac.wordpress.org/changeset/56982
This ticket was mentioned in PR #396 on WordPress/wporg-main-2022 by @swissspidy.
7 months ago
#8
See https://core.trac.wordpress.org/ticket/59701#comment:5 where the recommended version in the WordPress readme was updated from 5.7 to 8.0, because version 5.7 reached EOL.
I don't know if this is the right place to make this change for the https://wordpress.org/about/requirements/ page though 🤷
Props @SergeyBiryukov
#9
@
7 months ago
PR to update the Requirements page (I think): https://github.com/WordPress/wporg-main-2022/pull/396
In 56982: