Skip to content

Commit

Permalink
Merge pull request #111 from tvdeyen/pin-alchemy-7.1
Browse files Browse the repository at this point in the history
Stay below Alchemy 7.2
  • Loading branch information
tvdeyen authored May 23, 2024
2 parents 7f9888f + 645a3d1 commit 8a8d27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- "3.3"
alchemy:
- "7.0"
- "7.1.0-b1"
- "7.1"
solidus:
- "4.0"
- "4.1"
Expand Down
2 changes: 1 addition & 1 deletion alchemy-solidus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Alchemy::Solidus::VERSION

gem.add_dependency("alchemy_cms", [">= 7.0.0", "< 8"])
gem.add_dependency("alchemy_cms", [">= 7.0.0", "< 7.2"])
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", "< 1"])
Expand Down

0 comments on commit 8a8d27a

Please sign in to comment.