From 7e2b8f6af906076a7e01d22d1b10be640edb6c6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2025 12:27:02 +0100 Subject: add new RCs --- wizard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index cb33904c..9e344564 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -124,8 +124,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019)', ]; $phptest = [ -// '8.4' => '8.4.3RC1', -// '8.3' => '8.3.16RC1', + '8.4' => '8.4.4RC1', + '8.3' => '8.3.17RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); -- cgit