Skip to content

Commit 94c2bce

Browse files
authored
Merge pull request #888 from voxpupuli/drop-eol-debian-ubuntu
Drop Debian 10 and Ubuntu 18.04 support
2 parents 42f1338 + c927d98 commit 94c2bce

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

metadata.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@
107107
{
108108
"operatingsystem": "Ubuntu",
109109
"operatingsystemrelease": [
110-
"18.04",
111110
"20.04"
112111
]
113112
},
114113
{
115114
"operatingsystem": "Debian",
116115
"operatingsystemrelease": [
117-
"10",
118116
"11"
119117
]
120118
},

spec/spec_helper_methods.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ def baseline_os_hash
99
},
1010
{
1111
'operatingsystem' => 'Debian',
12-
'operatingsystemrelease' => %w[10 11]
12+
'operatingsystemrelease' => %w[11]
1313
},
1414
{
1515
'operatingsystem' => 'Ubuntu',
16-
'operatingsystemrelease' => %w[18.04 20.04]
16+
'operatingsystemrelease' => %w[20.04]
1717
},
1818
{
1919
'operatingsystem' => 'Archlinux',

0 commit comments

Comments
 (0)