Skip to content

Commit cd6af3e

Browse files
committed
Remove Centos 8 from supported OS
1 parent df6ea1d commit cd6af3e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

metadata.json

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"operatingsystem": "CentOS",
7777
"operatingsystemrelease": [
7878
"7",
79-
"8",
8079
"9"
8180
]
8281
},

spec/spec_helper_methods.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def baseline_os_hash
55
supported_os: [
66
{
77
'operatingsystem' => 'CentOS',
8-
'operatingsystemrelease' => %w[7 8]
8+
'operatingsystemrelease' => %w[7]
99
},
1010
{
1111
'operatingsystem' => 'Debian',

0 commit comments

Comments
 (0)