From 268f05011372daaf5bd448d49a7e8c0a2158314a Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 12 May 2021 13:36:06 -0700 Subject: 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. --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3