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).
This commit is contained in:
benjamin melançon 2020-08-05 14:24:51 -04:00
parent a8a36a92f4
commit cc3f56e9d1

View file

@ -2,7 +2,7 @@ APIVersion: v1.13.1
name: agaric-coop name: agaric-coop
type: drupal8 type: drupal8
docroot: web docroot: web
php_version: "7.2" php_version: "7.4"
webserver_type: nginx-fpm webserver_type: nginx-fpm
router_http_port: "80" router_http_port: "80"
router_https_port: "443" router_https_port: "443"