Problem/Motivation
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.
Issue fork type_tray-3569325
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 #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!