From 35ed40fe178f2c681a0ece80941d7c9650f7f319 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 3 Oct 2023 19:15:50 +0200 Subject: [PATCH] Drop support for Windows 2012 and 2012 R2 --- metadata.json | 2 -- spec/spec_helper_methods.rb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index f62e4d41a..43567bff3 100644 --- a/metadata.json +++ b/metadata.json @@ -138,8 +138,6 @@ { "operatingsystem": "windows", "operatingsystemrelease": [ - "2012", - "2012 R2", "2016", "2019" ] diff --git a/spec/spec_helper_methods.rb b/spec/spec_helper_methods.rb index 12628eeb6..c76d0b2f9 100644 --- a/spec/spec_helper_methods.rb +++ b/spec/spec_helper_methods.rb @@ -24,7 +24,7 @@ def baseline_os_hash # }, { 'operatingsystem' => 'windows', - 'operatingsystemrelease' => ['2012', '2012 R2', '2016'] + 'operatingsystemrelease' => %w[2016 2019] }, ] }