From cb2fb2ba67eaa4a47c60ef35b4af48fb1c3038e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jul 2024 08:49:43 +0200 Subject: Wizard: add 8.4 --- wizard/index.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index 0b7b6265..36568eb8 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -10,7 +10,7 @@ '7.4', ]; $osmax = [ - 'RHEL 9' => '8.3', - 'RHEL 8' => '8.3', + 'RHEL 9' => '8.4', + 'RHEL 8' => '8.4', // 'RHEL 7' => '8.3', - 'CentOS 9' => '8.3', + 'CentOS 9' => '8.4', // 'CentOS 8' => '8.3', // 'CentOS 7' => '8.3', - 'EL 9' => '8.3', - 'EL 8' => '8.3', + 'EL 9' => '8.4', + 'EL 8' => '8.4', // 'EL 7' => '8.3', - 'Fedora 40' => '8.3', - 'Fedora 39' => '8.3', - 'Fedora 38' => '8.3', + 'Fedora 40' => '8.4', + 'Fedora 39' => '8.4', + 'Fedora 38' => '8.4', ]; $osname = [ ':rhel' => 'Red Hat Enterprise Linux', @@ -102,6 +102,7 @@ $arches = [ ]; $phpvers = [ // use false when only SCL + '8.4' => false, '8.3' => 'remi-php83', '8.2' => 'remi-php82', '8.1' => 'remi-php81', @@ -116,7 +117,8 @@ $phpvers = [ '5.4' => 'remi-php54', ]; $phpname = [ -// ':devel' => 'Development version, not ready for production', + ':devel' => 'Development version, not ready for production', + '8.4' => '8.4.0alpha1', ':stable' => 'Stable versions - usage recommended', '8.3' => '8.3.9 (active support until December 2025)', '8.2' => '8.2.21 (active support until December 2024)', -- cgit