Skip to content

Commit

Permalink
Merge pull request #2887 from newrelic/guillermo_ufo
Browse files Browse the repository at this point in the history
Stripe: restrict CI tests to Stripe <= v12
  • Loading branch information
fallwith authored Oct 2, 2024
2 parents 1d3c776 + 41e118b commit a49c2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/multiverse/suites/stripe/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
instrumentation_methods :chain

STRIPE_VERSIONS = [
[nil, 2.4],
# TODO: support Stripe v13+ https://github.com/newrelic/newrelic-ruby-agent/issues/2884
# [nil, 2.4],
['12.6.0', 2.4],
['5.38.0', 2.4]
]

Expand Down

0 comments on commit a49c2d1

Please sign in to comment.