Skip to content

Commit d3bbd45

Browse files
Pantheon Automationgreg-1-anderson
Pantheon Automation
authored andcommitted
Update to PHP 7.4 and MariaDB 10.4. For details, see https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb
1 parent a8117c0 commit d3bbd45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pantheon.upstream.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
# Override the defaults specified here in a site-specific `pantheon.yml` file.
44
# For more information see: https://pantheon.io/docs/pantheon-upstream-yml
55
api_version: 1
6-
php_version: 7.2
6+
php_version: 7.4
77
drush_version: 8
88

9+
# See https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb
10+
database:
11+
version: 10.4
12+
913
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
1014
enforce_https: transitional
1115

0 commit comments

Comments
 (0)