We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d08640 + 5cdbd1e commit 0929e1eCopy full SHA for 0929e1e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
alchemy_branch:
16
- "8.0-stable"
17
- - "main"
+ - "8.1-stable"
18
ruby:
19
- "3.2"
20
- "3.3"
Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
+alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.1-stable")
4
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
5
6
rails_version = ENV.fetch("RAILS_VERSION", "8.0")
0 commit comments