diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/index.php | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index 1e4cb36a..d74d2ada 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -98,10 +98,10 @@ $phpvers = [  ];  $phpname = [  	':devel'  => 'Development version, not ready for production', -		'8.2' => '8.2.0RC6 (GA planed for Nov/Dec 2022)', +		'8.2' => '8.2.0RC7 (GA planed for Dec 2022)',  	':stable' => 'Stable versions - usage recommended', -		'8.1' => '8.1.12 (active support until November 2023)', -		'8.0' => '8.0.25 (active support until November 2022)', +		'8.1' => '8.1.13 (active support until November 2023)', +		'8.0' => '8.0.26 (active support until November 2022)',  	':secure' => 'Security only versions',  		'7.4' => '7.4.33 (security only support until November 2022)',  	':eol'    => 'Deprecated versions - usage discouraged',  | 
