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:
parent
a8a36a92f4
commit
cc3f56e9d1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue