Make WordPress Core


Ignore:
Timestamp:
10/23/2024 12:13:07 AM (6 months ago)
Author:
desrosj
Message:

Build/Test Tools: Test against MySQL 8.4 in automated testing.

Additionally, MySQL 8.1, 8.2 and 8.3 have been removed. These were “innovation releases” and are no longer supported in favor of 8.4, which has LTS.

Props ayeshrajans, johnbillion, aristath, jorbin.
See #61218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.version-support-mysql.json

    r59275 r59280  
    11{
    22    "6-8": [
    3         "8.3",
    4         "8.2",
    5         "8.1",
     3        "8.4",
    64        "8.0",
    75        "5.7",
     
    108    ],
    119    "6-7": [
    12         "8.3",
    13         "8.2",
    14         "8.1",
     10        "8.4",
    1511        "8.0",
    1612        "5.7",
Note: See TracChangeset for help on using the changeset viewer.