Skip to content

Commit

Permalink
Remove Centos 8 from supported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Valantin committed Jun 27, 2024
1 parent 9994d7d commit 5efacc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def baseline_os_hash
supported_os: [
{
'operatingsystem' => 'CentOS',
'operatingsystemrelease' => %w[7 8]
'operatingsystemrelease' => %w[7]
},
{
'operatingsystem' => 'Debian',
Expand Down

0 comments on commit 5efacc7

Please sign in to comment.