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

Test MariaDB 10.5+ and MySQL 8.1+ server versions in Github Actions CI #194

Open
pali opened this issue Aug 22, 2023 · 1 comment
Open

Comments

@pali
Copy link
Member

pali commented Aug 22, 2023

Currently it is not possible to enable MariaDB 10.5+ and MySQL 8.1+ server versions in Github Actions CI because Perl module MySQL::Sandbox reject these new versions during installation phase.

@dveeden
Copy link
Contributor

dveeden commented Nov 16, 2023

For DBD::mysql I'm testing with MySQL 8.1+ like this: https://github.com/perl5-dbi/DBD-mysql/blob/master/.github/workflows/ci.yml Feel free to copy this if you want.

I assume you're aware that MySQL::Sandbox got replaced by dbdeployer (both by Giuseppe Maxia) and that the latter seems to become unmaintained as well. See https://datacharmer.github.io/end-of-dbdeployer/ for details.

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

No branches or pull requests

2 participants