Skip to content

Commit

Permalink
Stay below Alchemy 7.2
Browse files Browse the repository at this point in the history
Alchemy 7.2 introduced breaking changes for the link dialog.
We already have a PR up for the fix, but this will not
support Alchemy below 7.2
  • Loading branch information
tvdeyen committed May 23, 2024
1 parent 7f9888f commit 645a3d1
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 645a3d1

Please sign in to comment.