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 5, 2024
1 parent 0466c2c commit 970c58f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,26 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04",
"22.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
Expand All @@ -59,17 +54,9 @@
"9"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"35",
"36"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
]
}
Expand Down

0 comments on commit 970c58f

Please sign in to comment.