X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f55c80c586ce03dcff307bd37d5422cabf2161a3..95d18fd8425340bd56582d403bdb88e7caeaeaec:/cookbooks/php/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index 0ca636813..f83c1356d 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -1,5 +1,6 @@ -default[:php][:version] = if node[:lsb][:release].to_f < 20.04 - "7.2" - else +default[:php][:version] = if node[:lsb][:release].to_f < 22.04 "7.4" + else + "8.1" end +default[:php][:fpm][:options] = {}