Make WordPress Core


Ignore:
Timestamp:
12/22/2023 01:12:29 AM (10 months ago)
Author:
desrosj
Message:

Build/Test Tools: Add missing PHP versions for 6.5 and 6.4.

This adds 6.4 and 6.5 to the PHP version support JSON files used to build the test matrix in the Installation Testing workflow.

Also, WP 6.3 did not support PHP 8.3.

Follow up to [57218].

See #58977.

File:
1 edited

Legend:

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

    r57218 r57219  
    11{
    2     "6-3": [
     2    "6-5": [
    33        "7.0",
    44        "7.1",
     
    1010        "8.2",
    1111        "8.3"
     12    ],
     13    "6-4": [
     14        "7.0",
     15        "7.1",
     16        "7.2",
     17        "7.3",
     18        "7.4",
     19        "8.0",
     20        "8.1",
     21        "8.2",
     22        "8.3"
     23    ],
     24    "6-3": [
     25        "7.0",
     26        "7.1",
     27        "7.2",
     28        "7.3",
     29        "7.4",
     30        "8.0",
     31        "8.1",
     32        "8.2"
    1233    ],
    1334    "6-2": [
Note: See TracChangeset for help on using the changeset viewer.