Open
Description
Describe your bug
Our integration tests have started failing with the message "Error: WordPress 6.5 requires MySQL 5.5.5 or higher" since the release of WP 6.5.
Is there anything that can be done here to fix this or is this an issue with aaemnnosttv/wp-sqlite-db?
EDIT: I did find the --wp-version
flag and have adjusted our CI/CD pipeline to use 6.4.3, but we'll eventually need to test against 6.5 as well.
Let me know if there's anything I can help with!
Steps to Reproduce
Run an integration test.
Expected behavior
Tests should run.
Screenshots, screen recording, code snippet
Environment info
- Ubuntu linux
Please confirm that you have searched existing issues in this repo.
Yes