]> git.openstreetmap.org Git - chef.git/blob - cookbooks/php/attributes/default.rb
Use PHP 8.1 on Ubuntu 22.04
[chef.git] / cookbooks / php / attributes / default.rb
1 default[:php][:version] = if node[:lsb][:release].to_f < 22.04
2                             "7.4"
3                           else
4                             "8.1"
5                           end
6 default[:php][:fpm][:options] = {}