From f3f76dd6ef0d3875f176e28c926316769477959f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jan 2026 11:06:17 +0100 Subject: Wizard: add new RCs --- wizard/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wizard/index.php') 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); -- cgit