From f00c8c9ad65554053111d342aaa6dc4519c8cd77 Mon Sep 17 00:00:00 2001 From: Roberto Valentini Date: Thu, 27 Jun 2024 14:23:03 +0200 Subject: [PATCH] Remove Centos 8 from supported OS --- metadata.json | 1 - spec/spec_helper_methods.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index dd7f3905..315f8ac8 100644 --- a/metadata.json +++ b/metadata.json @@ -76,7 +76,6 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8", "9" ] }, diff --git a/spec/spec_helper_methods.rb b/spec/spec_helper_methods.rb index 5b3e0206..30ad7aaa 100644 --- a/spec/spec_helper_methods.rb +++ b/spec/spec_helper_methods.rb @@ -5,7 +5,7 @@ def baseline_os_hash supported_os: [ { 'operatingsystem' => 'CentOS', - 'operatingsystemrelease' => %w[7 8] + 'operatingsystemrelease' => %w[7] }, { 'operatingsystem' => 'Debian',