summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--wizard/index.php5
2 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html
index fe27ab77..77077679 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
But maintaining this web site also have a cost.</p>
<p class="msg">
-->
- <h2>Next year <strong>Web hosting</strong> budget, until January 2027:</h2>
+ <h2>Next year <strong>Web hosting</strong> budget, until February 2027:</h2>
<p><progress max="600" value="600">100%</progress> <strong>100%&nbsp;of&nbsp;600€</strong><br/>&nbsp;</p>
<!--
<p><progress max="600" value="530">88%</progress> <strong>88%&nbsp;of&nbsp;600€</strong><br/>&nbsp;</p>
diff --git a/wizard/index.php b/wizard/index.php
index c9937fd1..6c4cc704 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -133,9 +133,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.5' => '8.5.2RC1',
-// '8.4' => '8.4.17RC1',
-// '8.3' => '8.3.30RC1',
+ '8.5' => '8.5.3RC1',
+ '8.4' => '8.4.18RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);