From d3bbd45a25348dca9cbeb0c4a041321079c19e83 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Tue, 14 Dec 2021 14:18:56 -0800 Subject: [PATCH] Update to PHP 7.4 and MariaDB 10.4. For details, see https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb --- pantheon.upstream.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pantheon.upstream.yml b/pantheon.upstream.yml index fb89aefee91..5d2decf4af4 100644 --- a/pantheon.upstream.yml +++ b/pantheon.upstream.yml @@ -3,9 +3,13 @@ # Override the defaults specified here in a site-specific `pantheon.yml` file. # For more information see: https://pantheon.io/docs/pantheon-upstream-yml api_version: 1 -php_version: 7.2 +php_version: 7.4 drush_version: 8 +# See https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb +database: + version: 10.4 + # See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values. enforce_https: transitional