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.

git-svn-id: https://develop.svn.wordpress.org/trunk@57219 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2023-12-22 01:12:29 +00:00
parent 434ef23a66
commit 23e0c3eb95

View File

@ -1,5 +1,5 @@
{
"6-3": [
"6-5": [
"7.0",
"7.1",
"7.2",
@ -10,6 +10,27 @@
"8.2",
"8.3"
],
"6-4": [
"7.0",
"7.1",
"7.2",
"7.3",
"7.4",
"8.0",
"8.1",
"8.2",
"8.3"
],
"6-3": [
"7.0",
"7.1",
"7.2",
"7.3",
"7.4",
"8.0",
"8.1",
"8.2"
],
"6-2": [
"5.6",
"7.0",