X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f11aec497a1d6a2f360f0d5e9b6f60d726a09f9a..5f3a5421476c68027c50b821916585ab01f0efa1:/cookbooks/php/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index ccce26093..f83c1356d 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -1,7 +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] = {}