owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

Testing app supports any 11.0.0.* #62

Closed phil-davis closed 6 years ago

phil-davis commented 6 years ago

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 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.

Checklist:

phil-davis commented 6 years ago

Example developer PR that has this issue now: https://github.com/owncloud/core/pull/33118