Skip to content

Commit e7abae7

Browse files
authored
Merge pull request #889 from voxpupuli/drop-eol-windows
Drop support for Windows 2012 and 2012 R2
2 parents 94c2bce + 35ed40f commit e7abae7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

metadata.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@
138138
{
139139
"operatingsystem": "windows",
140140
"operatingsystemrelease": [
141-
"2012",
142-
"2012 R2",
143141
"2016",
144142
"2019"
145143
]

spec/spec_helper_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def baseline_os_hash
2424
# },
2525
{
2626
'operatingsystem' => 'windows',
27-
'operatingsystemrelease' => ['2012', '2012 R2', '2016']
27+
'operatingsystemrelease' => %w[2016 2019]
2828
},
2929
]
3030
}

0 commit comments

Comments
 (0)