Skip to content

Commit

Permalink
BREAKING: Remove support for Debian 9 and Ubuntu 16.04
Browse files Browse the repository at this point in the history
- Deprecate Debian 9 and Ubuntu 16.04
- Add support for Debian 10 / 11 and Ubuntu 20.04 / 22.04

Signed-off-by: William Yardley <[email protected]>
  • Loading branch information
wyardley committed May 10, 2023
1 parent 8d627d3 commit bad3f90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04"
"18.04",
"20.04",
"22.04"
]
},
{
Expand Down

0 comments on commit bad3f90

Please sign in to comment.