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

Update redis test matrix for 5.0 #1824

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

PatrickTulskie
Copy link
Contributor

Need to get CI running against latest redis-rb versions.

@@ -20,6 +20,8 @@ jobs:
- 4.4
- 4.5
- 4.6
- 4.7
- 4.8
Copy link
Contributor

@nevans nevans Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also need some new exclusions:

        exclude:
          - { ruby-version: 2.3, redis-version: 4.5 }     # already excluded
          - { ruby-version: 2.3, redis-version: 4.6 }     # already excluded
          - { ruby-version: 2.3, redis-version: 4.7 }
          - { ruby-version: 2.3, redis-version: 4.8 }
          - { ruby-version: 2.3, redis-version: latest }  # already excluded
          - { ruby-version: 2.4, redis-version: latest }

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Will get that hammered out soon.

@PatrickTulskie
Copy link
Contributor Author

@iloveitaly @nevans if you hit me with the 👍 I'll merge this in and use it to make sure that #1822 gets us back to green and nothing else looks funky after that's merged in... then I'll prep a patch release.

@PatrickTulskie PatrickTulskie merged commit ed006f0 into resque:master Aug 30, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants