summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-17 15:13:13 +0200
committerRemi Collet <remi@php.net>2022-05-17 15:13:13 +0200
commit890bd4ca08fb9e688602258847ca15f5924b65f4 (patch)
treeff1ecdffca73757e9c088f6b3d851ac2070ecf1c /wizard
parentebbc25688012a5932e193569df34df16edd0c682 (diff)
8.6 have PHP 8.0 (7.2 and 7.3 are EOL)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
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',