Closed (fixed)
Project:
Scheduler
Version:
2.x-dev
Component:
Testing
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2026 at 15:52 UTC
Updated:
25 Jan 2026 at 18:44 UTC
Jump to comment: Most recent
ok 21 Dec - core 11.2.10
https://git.drupalcode.org/project/scheduler/-/jobs/7744707
failed 25 Dec - core 11.3.1
https://git.drupalcode.org/project/scheduler/-/jobs/7776192
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 #3
jonathan1055 commentedThe tests fail with
This is because
doctrine/annotations (2.0.2)which was loaded as a requirement in Core 11.2 is not present in 11.3. The required code has been moved into Core for 11.3 and the change record says:However, that needs to be done in Rules not here. So until that is done we may need to add a dependency on
doctrine/annotationsComment #7
jonathan1055 commentedSame solution for 2.x and 8.x-1.x