summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 568fbb78..fb14ef62 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -70,8 +70,8 @@ $osmax = [
];
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
- 'RHEL 10' => 'RHEL 10.0', // (maintained until May 31, 2035)
- 'RHEL 9' => 'RHEL 9.6', // (maintained until May 31, 2032)
+ 'RHEL 10' => 'RHEL 10.1', // (maintained until May 31, 2035)
+ 'RHEL 9' => 'RHEL 9.7', // (maintained until May 31, 2032)
'RHEL 8' => 'RHEL 8.10', // (maintained until May 31, 2029)
':centos' => 'CentOS Stream',
'CentOS 10' => 'CentOS Stream 10',// (maintained until May 31, 2030)
@@ -133,8 +133,9 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.4' => '8.4.15RC1',
-// '8.3' => '8.3.28RC1',
+ '8.5' => '8.5.1RC2',
+ '8.4' => '8.4.16RC1',
+ '8.3' => '8.3.29RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);