-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Included mysql in test suite #9
Conversation
@CGoodwin90 Because this uses the same driver as Mariadb and we've now split the driver from the service - this can now just be an alias path to the handler, right? |
Yep! I've got that in refactor branch I've been working on, I'll pull it into here. |
Nice - I used it to make the mysql tests for 8.0 and 8.4 here (no 5.7 any more) - https://github.com/uselagoon/lagoon-images/pull/308/files#diff-221bd0bdc17f3585dd7d2ba3aecbc805087e528fb3d913edd655a7d01f8494ddR252-R253 |
Co-authored-by: Toby Bellwood <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice and easy, good job
Updated test suite to include Mysql 5.7 & 8.0.