summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-06 17:43:33 +0100
committerRemi Collet <remi@php.net>2022-12-06 17:43:33 +0100
commit0680d545cf94751d2e7c5ffd0a771626e84445e9 (patch)
treebdaacdb4913099713ae6ff0ac1a6e50a1c4a45ed
parent36ac961d968724abd1dd8c6b40d65d5297eb182a (diff)
Wizard: refresh versions
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 0b6d9f03..86f8ea54 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -16,10 +16,10 @@ define('EPEL_DEV', 2); // 0 missing, 1 partially populated, 2 mostly full
define('COUNTER', __DIR__ . "/counter.txt");
$osvers = [
- 'RHEL 9' => ['8.0'],
+ 'RHEL 9' => ['8.0', '8.1'],
'RHEL 8' => ['7.4', '8.0'],
'RHEL 7' => '5.4',
- 'CentOS 9' => ['8.0'],
+ 'CentOS 9' => ['8.0', '8.1'],
'CentOS 8' => ['7.4', '8.0'],
'CentOS 7' => '5.4',
'Fedora 37' => '8.1',