Skip to content

Run tests for mysql 5.x without a github ubuntu-18.04 image #775

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

Open
atercattus opened this issue Mar 6, 2023 · 4 comments
Open

Run tests for mysql 5.x without a github ubuntu-18.04 image #775

atercattus opened this issue Mar 6, 2023 · 4 comments

Comments

@atercattus
Copy link
Member

ubuntu-18.04 image is deprecated already. We use this image for mysql 5.7 image.

image

We should use another way to run old MySQL versions.

@lance6716
Copy link
Collaborator

closed by 779

@atercattus
Copy link
Member Author

Unfortunately, this it not be done with #779, because 20.04 and 22.04 images use only mysql8.0.32: 20.04 and 22.04.

@atercattus atercattus reopened this Apr 6, 2023
@dveeden
Copy link
Collaborator

dveeden commented Mar 10, 2025

I think we now use:

  • Ubuntu 22.04, Ubutu 24.04 and "ubuntu-latest" in CI. These should all be supported.
  • We test with MySQL 8.0.x and 8.4.x. These are the LTS versions that are in support.
  • We don't test with MySQL 5.7.x (which is EOL). I would like to test with 5.7 if possible.

Suggestions:

@dveeden
Copy link
Collaborator

dveeden commented Mar 10, 2025

We could probably use a modified image with TLS and binlogs enabled.
I created this: https://github.com/dveeden/mysql57test

However publishing this on ghcr or docker hub seems quite complicated.

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

Successfully merging a pull request may close this issue.

3 participants