mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-18 14:33:41 +00:00
Bump Drupal version in tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user