Skip to content

Commit

Permalink
update drupal-8 build to use version 8.7.x by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taz77 authored and WengerK committed Jun 12, 2019
1 parent afd6f2c commit 5316cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/drupal-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export DRUPAL_TI_DIST_DIR="$HOME/.dist"
export PATH="$DRUPAL_TI_DIST_DIR/usr/bin:$PATH"
if [ -z "$DRUPAL_TI_CORE_BRANCH" ]
then
export DRUPAL_TI_CORE_BRANCH="8.1.x"
export DRUPAL_TI_CORE_BRANCH="8.7.x"
fi

# The default folder for modules changes in 8.3.x.
Expand Down

0 comments on commit 5316cdd

Please sign in to comment.