Problem/Motivation

Currently all tests in CI run with Drupal 11, due to how Drupal CI works: It always tests current major by default.
(we don't opt into testing previous major)
(In the end, we want to use this module on a Drupal 11 site.)

However, all the *.info.yml files only allow Drupal 10 or lower.

We get failing tests:

1) Drupal\Tests\l10n_community\Functional\L10nServerTest::testStub
Unable to install modules: module 'l10n_server' is incompatible with this version of Drupal core.

Steps to reproduce

Proposed resolution

Allow Drupal 11 in all *.info.yml files.

Remaining tasks

We can remove older versions in follow-up issues.
Let's keep the scope small.

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

donquixote created an issue. See original summary.

donquixote’s picture

Issue summary: View changes
donquixote’s picture

Status: Active » Needs review

fmb made their first commit to this issue’s fork.

fmb’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.