diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-17 15:13:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-17 15:13:13 +0200 |
commit | 890bd4ca08fb9e688602258847ca15f5924b65f4 (patch) | |
tree | ff1ecdffca73757e9c088f6b3d851ac2070ecf1c /wizard/index.php | |
parent | ebbc25688012a5932e193569df34df16edd0c682 (diff) |
8.6 have PHP 8.0 (7.2 and 7.3 are EOL)
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 4 |
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', |