diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-15 15:28:01 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-15 15:28:01 +0100 |
commit | c3122c2e3c96b833445289114a92fbcb5246ff01 (patch) | |
tree | 4584b435d274e477a96fceb8e11276937cb53b44 /wizard/index.php | |
parent | bbc36ecc2c35a86f3a99fe32a10d55bed395b4ce (diff) |
Wizard: add F40
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index 717025a6..81b14b52 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -23,6 +23,7 @@ $osvers = [ 'CentOS 9' => ['8.0', '8.1'], 'CentOS 8' => ['7.4', '8.0'], 'CentOS 7' => '5.4', + 'Fedora 40' => '8.3', 'Fedora 39' => '8.2', 'Fedora 38' => '8.2', ]; @@ -33,6 +34,7 @@ $osmin = [ 'CentOS 9' => '7.4', 'CentOS 8' => '5.6', 'CentOS 7' => '5.4', + 'Fedora 40' => '7.4', 'Fedora 39' => '7.4', 'Fedora 38' => '7.4', ]; @@ -43,6 +45,7 @@ $osminbase = [ 'CentOS 9' => '7.4', 'CentOS 8' => '7.2', 'CentOS 7' => '5.4', + 'Fedora 40' => '7.4', 'Fedora 39' => '7.4', 'Fedora 38' => '7.4', ]; @@ -53,6 +56,7 @@ $osmax = [ 'CentOS 9' => '8.3', 'CentOS 8' => '8.3', 'CentOS 7' => '8.3', + 'Fedora 40' => '8.3', 'Fedora 39' => '8.3', 'Fedora 38' => '8.3', ]; @@ -66,6 +70,7 @@ $osname = [ 'CentOS 8' => 'EL 8', 'CentOS 7' => 'EL 7 (maintained until June 2024)', ':fedora' => 'Fedora Linux', + 'Fedora 40' => 'Fedora 40 (Development version)', 'Fedora 39' => 'Fedora 39', 'Fedora 38' => 'Fedora 38', // 'Fedora 37' => 'Fedora 37 (End of Life since Dec 7th 2024)', |