From 0e544533e85afc8155bd1cc5b689209ec954e2d6 Mon Sep 17 00:00:00 2001 From: Bec White Date: Thu, 17 Nov 2022 16:08:41 -0600 Subject: [PATCH] Whoops only Drush up to version 10 is supported at this time. --- defaults/install/pantheon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/install/pantheon.yml b/defaults/install/pantheon.yml index 7de57ff2..0f2a736c 100644 --- a/defaults/install/pantheon.yml +++ b/defaults/install/pantheon.yml @@ -4,5 +4,5 @@ api_version: 1 web_docroot: true php_version: 8.1 -drush_version: 11 +drush_version: 10 build_step: false