Closed (fixed)
Project:
Tour
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Oct 2025 at 16:12 UTC
Updated:
27 Nov 2025 at 14:54 UTC
Jump to comment: Most recent
In 1.0.x, core_version_requirement is >=10. It should probably be ^10.0.
Set: core_version_requirement: '^10.0'
Implement.
None.
core_version_requirement will be correct.
None.
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
danrodComment #4
danrodComment #5
danrodI applied the change and fixed a DrupalCI warning, there's some CSPELL/PHPCS/PHPSTAN issues that need to be fixed, but this is out of scope of this issue.
Comment #6
liam morlandTests are now passing.
Comment #7
smustgrave commentedTruthfully not maintaining the 1.0x branch
Comment #8
liam morlandIt's a very simple fix. As it is, when Drupal 12 comes out, the user could get version 1.0.x.
Comment #9
smustgrave commentedComment #11
liam morlandIt's not fixed. In the current situation, when Drupal 12 comes out, people may get downgraded from 2.x to 1.x because it claims compatibility. If you don't want to make this simple change, I can be the maintainer for the 1.0.x branch.
Comment #12
smustgrave commentedI’m just going to drop 1.0.x no fixes go into it and 2.0.x is stable
Comment #13
smustgrave commentedAll done!
Comment #15
liam morlandThis ought to stay supported until the Drupal 10 end-of-life, which is just a year from now. There are a lot of changes between 1 and 2. People may not be ready to upgrade. It doesn't take any significant effort. It would have been less work to merge the merge request.
Comment #16
smustgrave commentedOh shit I set the MR to auto merge. I can least do that
Comment #17
smustgrave commentedThere you go merged. But leaving the branch unsupported. Forces people to 2.0.x and if any issue gives us an opportunity to fix before 12 is released.