Closed (fixed)
Project:
Localization server
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2025 at 12:07 UTC
Updated:
7 Nov 2025 at 14:14 UTC
Jump to comment: Most recent
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.
Allow Drupal 11 in all *.info.yml files.
We can remove older versions in follow-up issues.
Let's keep the scope small.
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
Comment #2
donquixote commentedComment #3
donquixote commentedComment #6
fmb commented