Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 127d094

Browse files
committed
Issue geerlingguy#1573: Update default drupal versions to 8.4.x.
1 parent 128fbbf commit 127d094

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example.drupal.make.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ projects:
1111

1212
# Core.
1313
drupal:
14-
version: "8.3.4"
14+
version: "8.4.0"
1515
# Use this if you need a working git repository of Drupal core instead of
1616
# the latest stable.
1717
# type: "core"
1818
# download:
19-
# # Drupal core branch (e.g. "6.x", "7.x", "8.2.x", "8.3.x").
20-
# branch: "8.1.x"
19+
# # Drupal core branch (e.g. "6.x", "7.x", "8.3.x", "8.5.x").
20+
# branch: "8.4.x"
2121
# working-copy: true
2222

2323
# Other modules.

provisioning/docker/bin/install-drupal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# Usage:
66
# install-drupal [version]
7-
# [version] is optional, defaults to 8.3.x. Try 7.x, 7.55, 8.4.x, 8.3.2, etc.
7+
# [version] is optional, defaults to 8.4.x. Try 7.x, 7.55, 8.5.x, 8.3.2, etc.
88

99
# Exit on any individual command failure.
1010
set -e
1111

1212
# Setup.
13-
DRUPAL_VERSION="${1:-8.3.x}"
13+
DRUPAL_VERSION="${1:-8.4.x}"
1414
PROJECT_PATH='/var/www/drupalvm/drupal'
1515

1616
# Create Drupal project directory.

0 commit comments

Comments
 (0)