From 62bd3cd7de0b4df8dcd08e04aac1547466f84bfc Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 22 Jun 2020 09:23:14 +0200 Subject: [PATCH] Bump Drupal version in tests --- drupal_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal_test.sh b/drupal_test.sh index ca493f9d4..a25d886f8 100755 --- a/drupal_test.sh +++ b/drupal_test.sh @@ -6,7 +6,7 @@ set -e REPO=`pwd` cd /tmp rm -rf drupal-twig-test -composer create-project --no-interaction drupal/recommended-project:8.9.x-dev drupal-twig-test +composer create-project --no-interaction drupal/recommended-project:9.1.x-dev drupal-twig-test cd drupal-twig-test (cd vendor/twig && rm -rf twig && ln -sf $REPO twig) php ./web/core/scripts/drupal install --no-interaction demo_umami > output