We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f096892 commit f00c8c9Copy full SHA for f00c8c9
metadata.json
@@ -76,7 +76,6 @@
76
"operatingsystem": "CentOS",
77
"operatingsystemrelease": [
78
"7",
79
- "8",
80
"9"
81
]
82
},
spec/spec_helper_methods.rb
@@ -5,7 +5,7 @@ def baseline_os_hash
5
supported_os: [
6
{
7
'operatingsystem' => 'CentOS',
8
- 'operatingsystemrelease' => %w[7 8]
+ 'operatingsystemrelease' => %w[7]
9
10
11
'operatingsystem' => 'Debian',
0 commit comments