solidusio / solidus_subscriptions

An extension to add subscriptions to your Solidus store.
BSD 3-Clause "New" or "Revised" License
48 stars 53 forks source link

The extension should be tested on all supported ruby versions #280

Closed elia closed 1 year ago

elia commented 1 year ago

Recent changes in the CircleCI orb allow us to set a different ruby version for CI jobs targeting different databases. We can leverage this to ensure that the extension work with the supported ruby versions.

E.g. a user recently reported being forced to downgrade to ruby 2.7 because of some syntax in the extension that prevented them from staying on ruby 3+, and we want to prevent this from happening again.