Skip to content

Commit

Permalink
Drop support for various EOL OSes
Browse files Browse the repository at this point in the history
Drop support for:

* Debian 10
* Ubuntu 18.04
* RedHat 7
* CentOS 7 & 8
* Fedora 35 & 36
* OracleLinux 7
  • Loading branch information
traylenator committed Aug 6, 2024
1 parent bd5ad45 commit 20258f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,27 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04",
"22.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
Expand All @@ -63,15 +58,12 @@
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"35",
"36",
"40"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
]
}
Expand Down

0 comments on commit 20258f5

Please sign in to comment.