summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index aae785b8..84e6c3e4 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -116,7 +116,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.5' => '8.5.0beta2 (development version)',
+ '8.5' => '8.5.0beta3 (development version)',
':stable' => 'Stable versions - usage recommended',
'8.4' => '8.4.12 (active support until November 2026)',
'8.3' => '8.3.25 (active support until December 2025)',
@@ -133,8 +133,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.4' => '8.4.12RC1',
-// '8.3' => '8.3.25RC1',
+ '8.4' => '8.4.13RC1',
+ '8.3' => '8.3.26RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);