13 lines
333 B
YAML
13 lines
333 B
YAML
include:
|
|
- project: "project/gitlab_templates"
|
|
ref: $_GITLAB_TEMPLATES_REF
|
|
file:
|
|
- "/includes/include.drupalci.main.yml"
|
|
- "/includes/include.drupalci.variables.yml"
|
|
- "/includes/include.drupalci.workflows.yml"
|
|
|
|
variables:
|
|
_TARGET_PHP: "8.1"
|
|
_TARGET_CORE: "10.0.7"
|
|
SYMFONY_DEPRECATIONS_HELPER: weak
|