#61458 closed task (blessed) (fixed)
Update recommended version of MariaDB to 10.5 or later
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description (last modified by )
MariaDB 10.4 has reached the end of life with 10.4.34 being the final release.
To ensure WordPress is recommending a supported version of the software, the recommended version should be updated to 10.5 or greater.
See #meta7679 for WordPress.org changes.
Change History (11)
This ticket was mentioned in PR #6848 on WordPress/wordpress-develop by @peterwilsoncc.
9 months ago
#1
- Keywords has-patch added
@mukesh27 commented on PR #6848:
9 months ago
#2
@peterwilsoncc do we needs to update unit test workflow file?
@peterwilsoncc commented on PR #6848:
9 months ago
#3
do we needs to update unit test workflow file?
I don't think so, the test in question pulls the version number from the readme file.
@peterwilsoncc commented on PR #6848:
9 months ago
#4
Example of a failed PHPUnit run without the changes to the site health file. https://github.com/WordPress/wordpress-develop/actions/runs/9559915819/job/26351138684
This ticket was mentioned in Slack in #core by costdev. View the logs.
9 months ago
#6
@
9 months ago
In the linked pull request:
- Update readme to recommend MariaDB 10.5 or greater
- Update the Site Health report for same
- Unskip the Site Health tests
test_mysql_recommended_version_matches_readme_html()
andtest_mariadb_recommended_version_matches_readme_html()
to run on all branches as they ensure the readme and Site Health are consistent without regard to EOL status
#8
@
9 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.6
- Type changed from enhancement to task (blessed)
Patch: https://github.com/WordPress/wordpress-develop/pull/6848
As @peterwilsoncc noted, the patch combines the individual commits done for 10.4:
- General bump in the readme as a follow-up to [53435].
- Site Health bump as a follow-up to [54069].
- It will now run the tests on all branches with this change, as a follow-up to [53435].
The Requirements page is now updated with this recommendation, as its Meta ticket closed today https://meta.trac.wordpress.org/ticket/7679 👍
Changing this ticket to Blessed Task (as it was for the last bump) and moving it into the 6.6 milestone.
#9
@
9 months ago
- Owner set to hellofromTonya
- Status changed from new to reviewing
Prepping the commit now, which will resolve the failing tests.
@hellofromTonya commented on PR #6848:
9 months ago
#11
Committed via https://core.trac.wordpress.org/changeset/58432.
MariaDB 10.4 has reached the end of life with 10.4.34 being the final release.
To ensure WordPress is recommending a supported version of the software, the recommended version should be updated to 10.5 or greater.
https://core.trac.wordpress.org/ticket/61458