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

Correct testcontainers for use with latest MySQL 8.3 version #8131

Merged
merged 5 commits into from
Jan 23, 2024

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    12bf2f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Update MySQL default images to latest

    - 5.6 went EOL in Feb 2021. Stop testing against it.
    - 5.7 went EOL in Oct 2023. Retain tests for a bit, but stop using it as the default.
    - 8.0.34+ is now LTS rather than rolling - use this as the default for most tests
    - Add 8.3.0 as a candidate "innovation" version which will eventually become LTS
    
    Updates various docs to use 8.0 in the examples rather than EOL 5.7.
    chadlwilson committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b936ec0 View commit details
    Browse the repository at this point in the history
  2. Update MariaDB images to latest 10.3 patch release

    Previous images (10.2.x and 10.3.6) don't have ARM builds and otherwise crash under emulation on Apple Silicon machines. Updating accordingly is
    low risk even though a bigger refresh is needed.
    chadlwilson committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a9d2270 View commit details
    Browse the repository at this point in the history
  3. Keep default images

    eddumelendez committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9b47a80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ea7fb5 View commit details
    Browse the repository at this point in the history