Skip to content

Commit

Permalink
Drop support for OS which have reached EOL
Browse files Browse the repository at this point in the history
The oldest supported Debian release is 8.0.  Likewise, any version of
Ubuntu older than 16.04 has reached EOL.

Remove them from the list of supported operating systems.
  • Loading branch information
smortex committed Aug 4, 2021
1 parent b874f4f commit de5623f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,14 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"5.0",
"6.0",
"7.0",
"8.0",
"9.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"14.04",
"12.04",
"10.04"
"16.04"
]
},
{
Expand Down

0 comments on commit de5623f

Please sign in to comment.