From de0cc51f7367fe6c5fd59083f19947cc6ef7ab64 Mon Sep 17 00:00:00 2001 From: byrond Date: Thu, 10 Nov 2022 22:46:31 -0500 Subject: [PATCH 1/2] explicitly disable Pantheon build step --- defaults/install/pantheon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/install/pantheon.yml b/defaults/install/pantheon.yml index d20d944c..b401575b 100644 --- a/defaults/install/pantheon.yml +++ b/defaults/install/pantheon.yml @@ -3,3 +3,4 @@ api_version: 1 web_docroot: true php_version: 7.4 drush_version: 8 +build_step: false From 7382357398050c76d4c7e2083320b5f1dffc63ba Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 17 Nov 2022 12:21:19 -0600 Subject: [PATCH 2/2] Update the PHP version and Drush version in the pantheon.yml as well. --- defaults/install/pantheon.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/defaults/install/pantheon.yml b/defaults/install/pantheon.yml index b401575b..7de57ff2 100644 --- a/defaults/install/pantheon.yml +++ b/defaults/install/pantheon.yml @@ -1,6 +1,8 @@ # Pantheon configuration file +# @see https://pantheon.io/docs/pantheon-yml + api_version: 1 web_docroot: true -php_version: 7.4 -drush_version: 8 +php_version: 8.1 +drush_version: 11 build_step: false