Skip to content

Commit

Permalink
drop legacy OS from support matrix
Browse files Browse the repository at this point in the history
we should not support outdated operating systems. They all went EOL in
the past months. This also reduces our test-runtime significatly.
  • Loading branch information
bastelfreak committed May 27, 2017
1 parent 8d29820 commit 162be38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,41 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
]
Expand Down

0 comments on commit 162be38

Please sign in to comment.