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.
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.