Skip to content

Commit 8ac1654

Browse files
Cookstyle 7.32.8 Fixes (#363)
Issues found and resolved with: metadata.rb - 14:20 refactor: Chef/Correctness/SupportsMustBeFloat - Versions used in metadata.rb supports calls should be floats not integers. https://docs.chef.io/workstation/cookstyle/chef_correctness_supportsmustbefloat Signed-off-by: kitchen-porter <[email protected]>
1 parent 99a6da3 commit 8ac1654

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of the PHP cookbook.
44

55
## Unreleased
66

7+
- resolved cookstyle error: metadata.rb:14:20 refactor: `Chef/Correctness/SupportsMustBeFloat`
8+
79
## 10.1.0 - *2024-07-31*
810

911
- Support fedora platform

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
supports 'amazon', '>= 2.0'
1212
supports 'centos', '>= 7.0'
1313
supports 'debian', '>= 10.0'
14-
supports 'fedora', '>= 39'
14+
supports 'fedora', '>= 39.0'
1515
supports 'oracle', '>= 7.0'
1616
supports 'redhat', '>= 7.0'
1717
supports 'scientific', '>= 7.0'

0 commit comments

Comments
 (0)