Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit test against newer versions of MariaDB
- MariaDB 10.11 is readily installable on Rocky8 and is the version we run in production. - MariaDB would appear to be the last version in the 10.X series. - MariaDB 11.4 is the first version in the 11.X series, so test against it. - Also test against the newest image in the 11.X series. - Also test against the "latest" docker image available. In the near term, this is likely to the same image as "11". However testing against "latest" will mean we test against 12 automatically when it is released. - Use `mariadb-admin` as admin command. - MariaDB <10.3 required mysqladmin be used. - MariaDB 10.4 to <11.0 allow both mysqladmin and mariadb-admin to be used. - MariaDB 11+ requires mariadb-admin.
- Loading branch information