diff --git a/README.md b/README.md index c623240b..a5fac902 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Drainpipe +# Drainpipe! Drainpipe is a composer package which provides build tool and testing helpers for a Drupal site, including: diff --git a/scaffold/github/actions/common/ddev/action.yml b/scaffold/github/actions/common/ddev/action.yml index a6469d6d..89c3683f 100644 --- a/scaffold/github/actions/common/ddev/action.yml +++ b/scaffold/github/actions/common/ddev/action.yml @@ -81,6 +81,10 @@ runs: fi fi + docker pull ddev/ddev-webserver:20241105_less_php_versions + # A hack because ddev always pulls the normal webserver image. + docker tag ddev/ddev-webserver:20241105_less_php_versions ddev/ddev-webserver:v1.23.5 + ddev start ddev describe