blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

ci: update MariaDB versions #294

Open grooverdan opened 4 months ago

grooverdan commented 4 months ago

MariaDB versions where a little out of date. 10.7 and <=10.3 are end of maintained versions.

Currently supported versions are: https://mariadb.org/about/#maintenance-policy

Add latest and very latest development versions so incompatibilities can be found pre-release (ref: https://mariadb.org/new-service-quay-io-mariadb-foundation-mariadb-devel/).

A healthcheck.sh script is there for convience. (https://mariadb.com/kb/en/using-healthcheck-sh-script/).

Only MARIADB_ROOT_PASSWORD is required as env variable.

grooverdan commented 4 months ago

The 2 test failures are as a result of https://github.com/blackbeam/rust_mysql_common/issues/128

(I guess this is why we add tests :grimacing: )

grooverdan commented 1 month ago

There's no more 11.3 releases coming (https://mariadb.com/kb/en/mariadb-11-3-2-release-notes/) so updated to 11.4 (LTS)

Tests now passing :relieved: