Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scheduler
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
scheduler
Merge requests
!164
#3463494
Get test dependencies compatible with Drupal 11 [1.x]
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
#3463494
Get test dependencies compatible with Drupal 11 [1.x]
issue/scheduler-3463494:3463494-compatible-test-dependencies-1.x
into
8.x-1.x
Overview
0
Commits
3
Pipelines
5
Changes
2
Merged
#3463494 Get test dependencies compatible with Drupal 11 [1.x]
Jonathan Smith
requested to merge
issue/scheduler-3463494:3463494-compatible-test-dependencies-1.x
into
8.x-1.x
11 months ago
Overview
0
Commits
3
Pipelines
5
Changes
2
Issue
#3463494
for 8.x-1.x branch
0
0
Merge request reports
Compare
8.x-1.x
version 4
da1a3943
11 months ago
version 3
bad2ed31
11 months ago
version 2
b4d239a6
11 months ago
version 1
f4d3a2f3
11 months ago
8.x-1.x (base)
and
latest version
latest version
da1a3943
3 commits,
11 months ago
version 4
da1a3943
3 commits,
11 months ago
version 3
bad2ed31
3 commits,
11 months ago
version 2
b4d239a6
2 commits,
11 months ago
version 1
f4d3a2f3
1 commit,
11 months ago
2 files
+
66
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-ci.yml
+
7
−
0
View file @ da1a3943
Edit in single-file editor
Open in Web IDE
Show full file
@@ -67,10 +67,17 @@ variables:
-
when
:
on_success
.composer-base
:
before_script
:
# If testing against Drupal 11 then swap in a different composer file to load dev versions and
# merge-request branches of several third-party modules which which do not have a fully compatible release yet.
-
if [[ $DRUPAL_CORE =~ ^11 ]]; then rm composer.json; mv composer_for_d11_testing.json composer.json; echo "Using composer_for_d11_testing.json"; fi;
after_script
:
-
!reference
[
.create-environment-variables
]
# Show the last two commits. Current directory /builds/project/scheduler ($CI_PROJECT_DIR) is correct.
-
git show -2 --stat --oneline
-
*show-variables
# - cat composer.json
-
COLUMNS=120 composer show | grep -E '\/(core |rules|commerce|entity|inline_entity_form|workbench|drush|devel_generate|address)'
composer (max PHP version)
:
# Using when: manual needs 'allow failure: true' otherwise the overall pipeline status shows 'blocked'
Loading