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 against Valkey in CI. #187

Closed
wants to merge 3 commits into from

Commits on Sep 11, 2024

  1. Test against Valkey in CI.

    This refactors the CI pipeline to not use a cartesian product of Rust & DB version, and instead of test all Rust versions against a single DB version, and all DB versions against stable Rust, since the two are orthogonal.
    
    This allows us to add more DB types and versions and only add 1 CI action per version.
    nihohit committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c655f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    7ff5979 View commit details
    Browse the repository at this point in the history
  2. update valkey version.

    nihohit committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    889012a View commit details
    Browse the repository at this point in the history