solidusio / circleci-orbs-extensions

A CircleCI Orb that runs specs for extensions against currently supported Solidus versions
https://circleci.com/orbs/registry/orb/solidusio/extensions
3 stars 8 forks source link

Update from Ruby 2.7 to 3.0 #89

Closed benjaminwil closed 1 year ago

benjaminwil commented 1 year ago

Ruby 2.7 has been end-of-lifed: https://endoflife.date/ruby.

Not updating to 3.0 can cause dependency installation issues. For example: extensions that use selenium-webdrivers, ~> 4.11, require Ruby 3 at a minimum.

benjaminwil commented 1 year ago

The publish CI job is failing for this reason:

Please set the CIRCLE_TOKEN environment variable.
Aborting deployment.

Exited with code exit status 1

If someone can help me with this, I would appreciate it.

elia commented 1 year ago

The publish CI job is failing

That's ok, it should still publish when I merge or I'll take care manually 👍