Closed (fixed)
Project:
Type Tray
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2026 at 00:38 UTC
Updated:
10 Feb 2026 at 09:04 UTC
Jump to comment: Most recent
The type_tray.info.yml file still defines that the module support Drupal 9 and Drupal 10. Should we at least drop Drupal 9? CI is only testing on Drupal 11, and not Drupal 10 as there is no previous major testing support.
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 #4
nickolajUpdated `core_version_requirement` in type_tray.info.yml to `^11` only, dropping D9 and D10 support since CI only tests against Drupal 11.
Comment #6
marcoscanoI think keeping support to whatever core is supported makes sense, so let's keep D10 and D11 for now.
I've activated testing in D10 too, and all seems to be green, so let's go with that.
Thanks everyone!