-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
In this folder I added a docker-based testing process to run though major versions of supported databases, and run our full test suite against each.
This should be added to the release-steps devops script, as something to run manually before release where DB affecting changes have been made. Needs a little extra clean-up to allow full test suite to work in the designed docker-based environment, and needs documentation to cover its use.
We should also update our required DB versions on the project install page, just to trim off very old unsupported DB versions, and to reduce what we need to test against.
Docs Updates
- Update requirements on install page with those decided upon.
- MySQL 8.0
- MariaDB 10.6
- Update advisory for min-supported DB version change.