diff --git a/supported-versions.php b/supported-versions.php index a676a094cc..bc08dbba74 100644 --- a/supported-versions.php +++ b/supported-versions.php @@ -10,6 +10,10 @@ // support lifetime, add it under a heading with an anchor, and add the anchor // and branch names to the array below ('x.y' => '#anchor-name'). $VERSION_NOTES = [ + '8.4' => 'https://www.php.net/manual/migration84.php', + '8.3' => 'https://www.php.net/manual/migration83.php', + '8.2' => 'https://www.php.net/manual/migration82.php', + '8.1' => 'https://www.php.net/manual/migration81.php', ]; ?> @@ -43,6 +47,7 @@ Initial Release Active Support Until Security Support Until + Notes @@ -59,9 +64,6 @@ - - * - format('j M Y')) ?> @@ -69,6 +71,15 @@ format('j M Y')) ?> + + + + Migration guide for PHP + + + — + +