Mark PHP 8.3 as stable

This commit is contained in:
Shivam Mathur
2023-11-23 17:12:56 +05:30
parent e6d44f159a
commit 7c6c249257
10 changed files with 63 additions and 61 deletions

View File

@ -17,3 +17,6 @@
21.04,hirsute
21.10,impish
22.04,jammy
23.04,lunar
23.10,mantic
24.04,noble

1 8 jessie
17 21.04 hirsute
18 21.10 impish
19 22.04 jammy
20 23.04 lunar
21 23.10 mantic
22 24.04 noble

View File

@ -1,7 +1,7 @@
{
"latest": "8.2",
"nightly": "8.3",
"latest": "8.3",
"nightly": "8.4",
"5.x": "5.6",
"7.x": "7.4",
"8.x": "8.2"
"8.x": "8.3"
}