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

Remove testing for deprecated gem versions #1892

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

tannalynn
Copy link
Contributor

@tannalynn tannalynn commented Mar 16, 2023

Removed testing for:

  • Rails 3.2
  • Delayed job < 4.1 AND anything tested only on < ruby 2.4
  • excon 0.19.0
  • httpclient < 2.8.3
  • mongo < 2.4 (plus some middle versions since we were testing so many, this was before I started doing that for everything)
  • sidekiq 4.2.0
  • sinatra < 2

closes #1829

@github-actions
Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 93.93% 93%
Branch 85.37% 84%

@tannalynn tannalynn changed the title Decrease number of gem versions we test Remove testing for deprecated gem versions Mar 17, 2023
@tannalynn tannalynn marked this pull request as ready for review March 17, 2023 20:10
@tannalynn tannalynn merged commit 4dc42eb into dev Mar 17, 2023
@tannalynn tannalynn deleted the remove_unsupported_testing branch June 23, 2023 19:39
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.

Remove tests and conditions for unsupported technologies
2 participants