Mark PHP 8.5 as stable

This commit is contained in:
Shivam Mathur
2025-11-21 02:36:26 +05:30
parent 2c40db3599
commit 248e3ca37a
6 changed files with 16 additions and 13 deletions

View File

@ -1,10 +1,10 @@
{
"lowest": "8.1",
"highest": "8.4",
"latest": "8.4",
"nightly": "8.5",
"highest": "8.5",
"latest": "8.5",
"nightly": "8.6",
"master": "8.6",
"5.x": "5.6",
"7.x": "7.4",
"8.x": "8.4"
"8.x": "8.5"
}