Skip to content
Snippets Groups Projects

Drupal 11 support

1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.gitlab-ci.yml 0 → 100644
12 cspell:
13 allow_failure: false
14 phpcs:
15 allow_failure: false
16 phpstan:
17 allow_failure: false
18 phpstan (next minor):
19 allow_failure: false
20 phpstan (next major):
21 allow_failure: false
22 phpunit (next minor):
23 allow_failure: false
24 phpunit (next major):
25 allow_failure: false
26 upgrade status:
27 allow_failure: false
  • Pierre Rudloff added 3 commits

    added 3 commits

    • ae61eb3e - Update file .gitlab-ci.yml
    • 0f11eee7 - The editor.image_dialog route has been removed from core
    • 35433f6c - We don't need to require drupal/core explicitely

    Compare with previous version

  • Please register or sign in to reply
    Loading