Skip to content

Commit

Permalink
Test Solidus 4.3 and Alchemy 7.1.0-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Dec 29, 2023
1 parent 0b06e17 commit 98e8dbe
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"
- "main"
- "7.1.0-b1"
solidus:
- "4.0"
- "4.1"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alchemy_version = ENV.fetch("ALCHEMY_VERSION", "main")
if alchemy_version == "main"
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "main"
else
gem "alchemy_cms", "~> #{alchemy_version}.0"
gem "alchemy_cms", "~> #{alchemy_version}"
end

gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"
Expand Down

0 comments on commit 98e8dbe

Please sign in to comment.