From 890bd4ca08fb9e688602258847ca15f5924b65f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 May 2022 15:13:13 +0200 Subject: 8.6 have PHP 8.0 (7.2 and 7.3 are EOL) --- wizard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index d1e01074..b36cb818 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -17,10 +17,10 @@ define('COUNTER', __DIR__ . "/counter.txt"); $osvers = [ 'RHEL 9' => ['8.0'], - 'RHEL 8' => ['7.2','7.3', '7.4'], + 'RHEL 8' => ['7.4', '8.0'], 'RHEL 7' => '5.4', 'CentOS 9' => ['8.0'], - 'CentOS 8' => ['7.2','7.3', '7.4'], + 'CentOS 8' => ['7.4', '8.0'], 'CentOS 7' => '5.4', 'Fedora 36' => '8.1', 'Fedora 35' => '8.0', -- cgit