diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-05-12 13:36:06 -0700 |
---|---|---|
committer | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-05-12 13:54:57 -0700 |
commit | 268f05011372daaf5bd448d49a7e8c0a2158314a (patch) | |
tree | 8af18a893c79b23f98410327b26e79649d526ea6 /.circleci | |
parent | a99a12737593c8fe9afad09bea908198e3e02ecf (diff) |
Lock `solidusio/extensions` orb to `0.2.24`
A new version of `solidusio/extensions` has been released which runs the
specs against Solidus 2.11. We are not ready for Solidus 2.11 yet, and
the failing CI is blocking things, so we will avoid Solidus 2.11 for
now, but we do want to support it eventually.
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ec33812..677f151 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,10 +1,6 @@ version: 2.1 orbs: - # Always take the latest version of the orb, this allows us to - # run specs against Solidus supported versions only without the need - # to change this configuration every time a Solidus version is released - # or goes EOL. - solidusio_extensions: solidusio/extensions@volatile + solidusio_extensions: solidusio/extensions@0.2.24 jobs: run-specs-with-postgres: |