Skip to content

Commit

Permalink
Remove Alchemy 6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jul 5, 2023
1 parent 5c1825a commit 1a20823
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
alchemy_branch:
- 6.1-stable
- main
ruby:
- "3.0"
- "3.1"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "6.1-stable")
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch

gem "rails", "~> 7.0.0"
Expand Down

0 comments on commit 1a20823

Please sign in to comment.