Skip to content
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

ci: update MariaDB versions #294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grooverdan
Copy link
Contributor

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
Copy link
Contributor Author

The 2 test failures are as a result of blackbeam/rust_mysql_common#128

(I guess this is why we add tests 😬 )

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
Copy link
Contributor Author

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 😌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant