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 99a6da3 commit 8ac1654Copy full SHA for 8ac1654
CHANGELOG.md
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of the PHP cookbook.
4
5
## Unreleased
6
7
+- resolved cookstyle error: metadata.rb:14:20 refactor: `Chef/Correctness/SupportsMustBeFloat`
8
+
9
## 10.1.0 - *2024-07-31*
10
11
- Support fedora platform
metadata.rb
@@ -11,7 +11,7 @@
supports 'amazon', '>= 2.0'
12
supports 'centos', '>= 7.0'
13
supports 'debian', '>= 10.0'
14
-supports 'fedora', '>= 39'
+supports 'fedora', '>= 39.0'
15
supports 'oracle', '>= 7.0'
16
supports 'redhat', '>= 7.0'
17
supports 'scientific', '>= 7.0'
0 commit comments