Skip to content

Commit

Permalink
min ruby version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Oct 19, 2023
1 parent 3285c5b commit e911c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/multiverse/suites/async_http/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
instrumentation_methods :chain, :prepend

ASYNC_HTTP_VERSIONS = [
nil,
'0.59.0'
[nil, 2.5],
['0.59.0', 2.5]
]

def gem_list(async_http_version = nil)
Expand Down

0 comments on commit e911c78

Please sign in to comment.