Skip to content

Commit

Permalink
Merge pull request #888 from voxpupuli/drop-eol-debian-ubuntu
Browse files Browse the repository at this point in the history
Drop Debian 10 and Ubuntu 18.04 support
  • Loading branch information
evgeni committed Oct 3, 2023
2 parents 42f1338 + c927d98 commit 94c2bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions metadata.json
Expand Up @@ -107,14 +107,12 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
]
},
Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper_methods.rb
Expand Up @@ -9,11 +9,11 @@ def baseline_os_hash
},
{
'operatingsystem' => 'Debian',
'operatingsystemrelease' => %w[10 11]
'operatingsystemrelease' => %w[11]
},
{
'operatingsystem' => 'Ubuntu',
'operatingsystemrelease' => %w[18.04 20.04]
'operatingsystemrelease' => %w[20.04]
},
{
'operatingsystem' => 'Archlinux',
Expand Down

0 comments on commit 94c2bce

Please sign in to comment.