Problem
The phpunit job is red on the 2.x branch of lupus_decoupled_starter. The two reported pipelines are the same failure on the same commit (5d627e6c), seen on two consecutive nightly runs:
https://git.drupalcode.org/project/lupus_decoupled_starter/-/pipelines/8... (2026-06-19)
https://git.drupalcode.org/project/lupus_decoupled_starter/-/pipelines/8... (2026-06-15)
All other stages (cspell, eslint, phpstan, phpcs, composer-lint, composer) pass. Only phpunit fails, on a single test.
Issue fork lupus_decoupled_starter-3604188
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
Comment #2
fagoFound the problem: The recipe ships the Canvas content template canvas.content_template.node.page.full, whose component tree pins extjs.base_heading to component version de8003a71f22746e. The installed extjs.base_heading component config entity now only offers version ef92b032e346eabc.
The component version hash drifted with changes in Canvas 1.5. It's not a problem for existing installs, since both versions will be there, but for new installs only the new version hash will exist. Let's udpate version and requre canvas_extjs +1.2 which is canvas +1.5
Comment #3
fagohttps://git.drupalcode.org/project/lupus_decoupled_starter/-/merge_reque...
Comment #8
fago