From cc3f56e9d11f69e1899e92a44e351d888936545f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 5 Aug 2020 14:24:51 -0400 Subject: [PATCH] Update PHP version to 7.4 Since it's all Drupal 8 there we should plan to move to PHP 7.4 i'd think. Targeting agaric for that now but can drop down to php 7.3 i think if we don't want to try that. But PHP 7.2 isn't good enough for a module, twig_tweak 3.0.0, that i'm trying (speaking to wolcen about Elizabeth). --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index d67847c..27a6dbd 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -2,7 +2,7 @@ APIVersion: v1.13.1 name: agaric-coop type: drupal8 docroot: web -php_version: "7.2" +php_version: "7.4" webserver_type: nginx-fpm router_http_port: "80" router_https_port: "443"