Skip to content

Commit c2a7ac3

Browse files
committed
required 8.7 for Drupal tests
1 parent 3c6c0fe commit c2a7ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drupal_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ composer create-project --no-interaction drupal-composer/drupal-project:8.x-dev
1010
cd drupal-twig-test
1111
(cd vendor/twig && rm -rf twig && ln -sf $REPO twig)
1212
echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php
13+
composer require drupal/core:8.7.x-dev webflo/drupal-core-require-dev:8.7.x-dev
1314
php ./web/core/scripts/drupal install --no-interaction demo_umami > output
1415
perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output
1516
source output

0 commit comments

Comments
 (0)