-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
29 lines (25 loc) · 870 Bytes
/
Copy path.gitlab-ci.yml
File metadata and controls
29 lines (25 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include:
- project: $_GITLAB_TEMPLATES_REPO
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
variables:
OPT_IN_TEST_NEXT_MAJOR: '1'
OPT_IN_TEST_NEXT_MINOR: '1'
SKIP_ESLINT: '1'
_CURL_TEMPLATES_REF: 'main'
_TARGET_PHP: "8.3"
_CSPELL_IGNORE_PATHS: '"Makefile"'
.myComposerJob:
extends: .composer-base
after_script:
# Bring the dependency into non-dev since the compiler pass is intelligent
# about whether a service should be conditionally registered if it's a
# dev dependency (via `ContainerBuilder::willBeAvailable`)
# 'no-interaction' answers yes to the move from --dev
- composer require symfony/fake-sms-notifier --no-interaction
composer:
extends: .myComposerJob
composer (next minor):
extends: .myComposerJob