Skip to content

Commit

Permalink
Drop support for EOL operating systems
Browse files Browse the repository at this point in the history
* Debian 6, 7, 10
* Ubuntu 10.04, 12.04, 14.04
* RedHat 5, 6
* FreeBSD 11, 12
  • Loading branch information
smortex committed Sep 10, 2024
1 parent 68df679 commit 7a28ca2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,19 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04",
"20.04",
"22.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"9"
]
},
Expand All @@ -58,8 +50,6 @@
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"11",
"12",
"13",
"14"
]
Expand Down

0 comments on commit 7a28ca2

Please sign in to comment.