From bd284f03baed716e1a662d668cc2725488f051a4 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Thu, 13 Nov 2025 13:58:57 -0700 Subject: [PATCH] Remove pre_install_actions and add version constraint `ddev debug capabilities` has been removed in upcoming v1.25.0. --- install.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install.yaml b/install.yaml index 5cd83bb..61e1f61 100644 --- a/install.yaml +++ b/install.yaml @@ -1,11 +1,5 @@ name: spx - -pre_install_actions: -# Make sure we have a ddev version that can support what we do here -- | - #ddev-nodisplay - #ddev-description:Checking DDEV version - (ddev debug capabilities | grep ddev-get-yaml-interpolation >/dev/null) || (echo "Please upgrade DDEV to v1.21.4+ for appropriate capabilities" && false) +ddev_version_constraint: '>v1.21.4' # List of files and directories listed that are copied into project .ddev directory. project_files: