From 1159db4fd082c3159bfc198db916cd5ed76946f6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 24 Jun 2018 11:45:53 +0100 Subject: [PATCH] Use PHP 7.2 for the forum --- cookbooks/forum/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 395f2ce39..3e2b97d8e 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -30,7 +30,7 @@ package %w[ php-apcu ] -apache_module "php7.0" +apache_module "php7.2" apache_module "rewrite" ssl_certificate "forum.openstreetmap.org" do -- 2.43.2