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 289edb03..3cde978e 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -125,8 +125,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.4' => '8.4.6RC1',
-// '8.3' => '8.3.20RC1',
+ '8.4' => '8.4.7RC1',
+ '8.3' => '8.3.21RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);
@@ -518,7 +518,7 @@ if ($php && $os && $type && !$err) {
<li><a href="https://blog.remirepo.net/pages/English-FAQ" class="nlink" title="F.A.Q.">F.A.Q.</a></li>
<li><a href="https://github.com/remicollet/remirepo/issues" class="nlink" title="Bug tracker">Bug tracker</a></li>
<li><a href="https://blog.remirepo.net/post/2021/05/20/remirepo-IRC-channel-on-Libera-network" class="nlink" title="IRC channel">IRC channel</a></li>
- <li><a href='https://bsky.app/profile/remirepo.bsky.social'>@remirepo.bsky.social</a> on <b>BlueSky</b></li>
+ <li><a href='https://bsky.app/profile/remirepo.net'>@remirepo.net</a> on <b>BlueSky</b></li>
<li><a href='https://discord.gg/qwC6kM2dcE'>Discord server</a></li>
<!-- <li><?php
$day = (time() - mktime(0,0,0,12,8,2015)) / 86400;