summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-15 16:20:50 -0700
committerTim Smith <tsmith@chef.io>2017-09-18 10:10:55 -0700
commit4a91959df37fe5fc42845c7fd1bfaeb9fc0afad0 (patch)
tree005b7480d12023f8f0d9814acf671acb529467ec
parent1da09b8dadbc49f82330d165e962140e4e16a48e (diff)
downloadchef-4a91959df37fe5fc42845c7fd1bfaeb9fc0afad0.tar.gz
Remove the php version constraint in the berkfile
This is a 3 year old version of php. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/Berksfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile
index c555126bd8..350553404d 100644
--- a/kitchen-tests/Berksfile
+++ b/kitchen-tests/Berksfile
@@ -3,7 +3,6 @@ source "https://supermarket.chef.io"
#cookbook "webapp", path: "cookbooks/webapp"
cookbook "base", path: "cookbooks/base"
-cookbook "php", "~> 1.5.0"
# Disabled pending updating these test cases for Chef 13.
# cookbook "awesome_customers_ubuntu_wrapper", path: "cookbooks/awesome_customers_ubuntu_wrapper"
# cookbook "awesome_customers_ubuntu", github: "lamont-granquist/awesome_customers_ubuntu", branch: "lcg/bump-mysql-version"