Skip to content

Commit

Permalink
Merge pull request #101 from tvdeyen/drop-solidus-3
Browse files Browse the repository at this point in the history
Drop Solidus 3 support
  • Loading branch information
tvdeyen authored Dec 29, 2023
2 parents f01d924 + 19d5d68 commit 0b06e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
alchemy:
- "7.0"
- "main"
solidus:
- "3.3"
- "4.0"
- "4.1"
- "4.2"
env:
ALCHEMY_VERSION: ${{ matrix.alchemy }}
SOLIDUS_VERSION: ${{ matrix.solidus }}
Expand All @@ -29,10 +30,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare tests
run: bundle exec rake test_setup
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions alchemy-solidus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |gem|
gem.version = Alchemy::Solidus::VERSION

gem.add_dependency("alchemy_cms", [">= 7.0.0", "< 8"])
gem.add_dependency("solidus_core", [">= 3.0.0", "< 5"])
gem.add_dependency("solidus_backend", [">= 3.0.0", "< 5"])
gem.add_dependency("solidus_core", [">= 4.0.0", "< 5"])
gem.add_dependency("solidus_backend", [">= 4.0.0", "< 5"])
gem.add_dependency("solidus_support", [">= 0.1.1"])
gem.add_dependency("deface", ["~> 1.0"])

Expand Down

0 comments on commit 0b06e17

Please sign in to comment.