Skip to content

Commit

Permalink
Merge pull request #1429 from newrelic/nil_by_todo
Browse files Browse the repository at this point in the history
CI: re-enable 'latest' testing for sidekiq
  • Loading branch information
fallwith authored Sep 15, 2022
2 parents 9f34193 + 0aba916 commit c91b9ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/multiverse/suites/sidekiq/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ suite_condition("Sidekiq does not run on JRuby") do
end

SIDEKIQ_VERSIONS = [
# TODO: go back to using nil (to signify "latest") instead of v6.5.1 once Sidekiq v6.5.4 is out
['= 6.5.1', 2.5],
# [nil, 2.5],
[nil, 2.5],
['6.4.0', 2.5],
['5.0.3', 2.3],
['4.2.0', 2.2]
Expand Down

0 comments on commit c91b9ce

Please sign in to comment.