Skip to content

Commit

Permalink
Merge pull request #889 from voxpupuli/drop-eol-windows
Browse files Browse the repository at this point in the history
Drop support for Windows 2012 and 2012 R2
  • Loading branch information
bastelfreak committed Oct 3, 2023
2 parents 94c2bce + 35ed40f commit e7abae7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions metadata.json
Expand Up @@ -138,8 +138,6 @@
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2012",
"2012 R2",
"2016",
"2019"
]
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_methods.rb
Expand Up @@ -24,7 +24,7 @@ def baseline_os_hash
# },
{
'operatingsystem' => 'windows',
'operatingsystemrelease' => ['2012', '2012 R2', '2016']
'operatingsystemrelease' => %w[2016 2019]
},
]
}
Expand Down

0 comments on commit e7abae7

Please sign in to comment.