]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/php/attributes/default.rb
Drop some conditional support for Ubuntu 18.04
[chef.git] / cookbooks / php / attributes / default.rb
index ccce260930be9ef6775deeb573fc2c92ccfa36f4..f7a6208104e0bb1253008918129bdfd77cbd86b7 100644 (file)
@@ -1,7 +1,2 @@
-default[:php][:version] = if node[:lsb][:release].to_f < 20.04
-                            "7.2"
-                          else
-                            "7.4"
-                          end
-
+default[:php][:version] = "7.4"
 default[:php][:fpm][:options] = {}