1) The testing app is never "released" in the traditional sense, so there are no "installed copies" of the testing app "out there" on production systems.
2) When core developers need to bump the 4th version in core, e.g. to 11.0.0.1 because of a DB migration they have added (or...) then the testing app refuses to install-enable for them in CI
We can "promise" that the testing app works with any core 11.0.0.* because if not, then we just quickly fix it to work.
Description
1) The testing app is never "released" in the traditional sense, so there are no "installed copies" of the testing app "out there" on production systems. 2) When core developers need to bump the 4th version in core, e.g. to
11.0.0.1
because of a DB migration they have added (or...) then the testing app refuses to install-enable for them in CIWe can "promise" that the testing app works with any core
11.0.0.*
because if not, then we just quickly fix it to work.Checklist: