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

Commit bfb50bb

Browse files
committed
Set an explicit version - "8.1" isn't working, nor is "~".
1 parent dcf071a commit bfb50bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.drupal.make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ projects:
1111

1212
# Core.
1313
drupal:
14-
version: "~"
14+
version: "8.1.7"
1515
# Use this if you need a working git repository of Drupal core instead of
1616
# the latest stable.
1717
# type: "core"

0 commit comments

Comments
 (0)