#55791 closed task (blessed) (fixed)
Readme: Update MariaDB minimum version requirement.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Ref: https://meta.trac.wordpress.org/ticket/6322
Once the minimum version is bumped, then update the version in the readme.html
file from 10.2 to 10.3.
Why?
MariaDB 10.2 is no longer supported as of 23 May 2022, whereas 10.3 is supported until 25 May 2023.
Change History (10)
This ticket was mentioned in PR #2741 on WordPress/wordpress-develop by hellofromtonya.
3 years ago
#2
- Keywords has-patch has-unit-tests added
Temporarily skip the MariaDB version test due to 10.2 no longer being supported (EOL) as of 23 May 2022.
Trac ticket: https://core.trac.wordpress.org/ticket/55791
hellofromtonya commented on PR #2741:
3 years ago
#4
Committed via https://core.trac.wordpress.org/changeset/53431.
#6
@
3 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 53435:
As this ticket is dependent upon the meta ticket, need to temporarily skip the
Tests_External_HTTP_Basic::test_readme_mariadb_version()
test. Why? The test is checking EOL and fails.Note: Revert the temporary skip once the version is bumped.