Skip to content

Commit 7d3070b

Browse files
committed
BREAKING: Remove support for Debian 9 and Ubuntu 16.04
- 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]>
1 parent 5f1b211 commit 7d3070b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

metadata.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@
2323
{
2424
"operatingsystem": "Debian",
2525
"operatingsystemrelease": [
26-
"9"
26+
"10",
27+
"11"
2728
]
2829
},
2930
{
3031
"operatingsystem": "Ubuntu",
3132
"operatingsystemrelease": [
32-
"16.04",
33-
"18.04"
33+
"18.04",
34+
"20.04",
35+
"22.04"
3436
]
3537
},
3638
{

0 commit comments

Comments
 (0)