-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ci: test against MariaDB 11.8 (latest LTS) #53898
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
Conversation
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
@joshtrichards the docs also need to be updated. |
While server works, not all apps work.
I think we first need to figure out if that is something we need to fix in our migrations code or recognize app is doing something wrong. |
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.
Makes sense to at least add latest LTS to server CI
Before we add it to the documentation, stating it as supported, yes. |
Recognize mystery is solved. It has a column |
so this is a upstream bug, doctrine dbal needs to add this to their keywords to automatically quote it. |
Summary
https://mariadb.com/docs/release-notes/mariadb-community-server-release-notes/mariadb-11-8-series/what-is-mariadb-118
https://endoflife.date/mariadb
I suspect we can probably drop 10.3 finally for real since Ubuntu 20.04 is EoL, but leaving in for now.
TODO
Checklist