Skip to content

Commit

Permalink
Test Alchemy 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 11, 2024
1 parent e5aa847 commit 3b0d2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "3.3"
alchemy:
- "7.2-stable"
- "7.3-stable"
- "main"
solidus:
- "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.2.0.rc1", "< 8"])
gem.add_dependency("alchemy_cms", [">= 7.2.0", "< 8"])
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 3b0d2de

Please sign in to comment.