summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wizard/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 8023ebe0..df15fc70 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -119,7 +119,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.6' => '8.6.0alpha1',
+ '8.6' => '8.6.0alpha2',
':stable' => 'Stable versions - usage recommended',
'8.5' => '8.5.8 (active support until December 2027)',
'8.4' => '8.4.23 (active support until December 2026)',
@@ -137,8 +137,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.5' => '8.5.8RC1',
-// '8.4' => '8.4.23RC1',
+ '8.5' => '8.5.9RC1',
+ '8.4' => '8.4.24RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);