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 different versions of resque and redis #246

Merged
merged 5 commits into from
May 16, 2024
Merged

✅ Test different versions of resque and redis #246

merged 5 commits into from
May 16, 2024

Commits on May 15, 2024

  1. ✅ Test different versions of resque and redis

    Using Appraisal to generate the gemfiles
    nevans committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8b7cc47 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. ✅ Drop CI builds using Ubuntu 20.04

    While these theoretically might be useful for catching some weird
    edge-case bugs, it doubles the number of CI builds.  So, instead we'll
    just include a single runner for the older OS.
    nevans committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8f2d696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4762cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    404143e View commit details
    Browse the repository at this point in the history
  4. ✅ Exclude incompatible versions from CI matrix

    With a little effort, some of these could be made compatible, but...
    it's really not worth the effort.  We'll be dropping support for older
    versions from the next minor release anyway.
    nevans committed May 16, 2024
    Configuration menu
    Copy the full SHA
    64735fb View commit details
    Browse the repository at this point in the history