Skip to content

Commit be0c27e

Browse files
authored
Specify IGNORE_PROJECT_DRUPAL_CORE_VERSION (#121)
for expand_composer_json.php. See : https://git.drupalcode.org/project/gitlab_templates/-/blob/1.9.6/scripts/expand_composer_json.php
1 parent 01e73c5 commit be0c27e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.contrib.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ web_environment:
44
# To change the Drupal core version, see the README:
55
# https://github.com/ddev/ddev-drupal-contrib/blob/main/README.md#changing-the-drupal-core-version
66
- DRUPAL_CORE=^11
7+
- # https://git.drupalcode.org/project/gitlab_templates/-/blob/1.9.6/scripts/expand_composer_json.php?ref_type=tags#L15
8+
- IGNORE_PROJECT_DRUPAL_CORE_VERSION=1
79
- SIMPLETEST_DB=mysql://db:db@db/db
810
- SIMPLETEST_BASE_URL=http://web
911
- BROWSERTEST_OUTPUT_DIRECTORY=/tmp

0 commit comments

Comments
 (0)