Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
admin_theme
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
admin_theme
Merge requests
!3
Drupal 11 fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Drupal 11 fixes
issue/admin_theme-3428761:3428761-drupal11-support
into
8.x-1.x
Overview
0
Commits
2
Pipelines
2
Changes
3
Merged
Vladimir Roudakov
requested to merge
issue/admin_theme-3428761:3428761-drupal11-support
into
8.x-1.x
9 months ago
Overview
0
Commits
2
Pipelines
2
Changes
3
Expand
Closes
#3428761
0
0
Merge request reports
Compare
8.x-1.x
version 2
b6e69219
9 months ago
version 1
300725e5
9 months ago
8.x-1.x (base)
and
latest version
latest version
b6e69219
2 commits,
7 months ago
version 2
b6e69219
2 commits,
9 months ago
version 1
300725e5
1 commit,
9 months ago
3 files
+
29
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
0 → 100644
+
27
−
0
Options
include
:
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
file
:
-
'
/includes/include.drupalci.main.yml'
-
'
/includes/include.drupalci.variables.yml'
-
'
/includes/include.drupalci.workflows.yml'
variables
:
OPT_IN_TEST_NEXT_MINOR
:
1
OPT_IN_TEST_NEXT_MAJOR
:
1
RUN_JOB_UPGRADE_STATUS
:
1
cspell
:
allow_failure
:
false
phpcs
:
allow_failure
:
false
phpstan
:
allow_failure
:
false
phpstan (next minor)
:
allow_failure
:
false
phpstan (next major)
:
allow_failure
:
false
phpunit (next minor)
:
allow_failure
:
false
phpunit (next major)
:
allow_failure
:
false
upgrade status
:
allow_failure
:
false
Loading