We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debcad5 commit 3ae0665Copy full SHA for 3ae0665
2 files changed
.github/workflows/ci.yml
@@ -13,11 +13,12 @@ jobs:
13
fail-fast: false
14
matrix:
15
alchemy_branch:
16
+ - 8.2-stable
17
- main
18
ruby:
- - "3.2"
19
- "3.3"
20
- "3.4"
21
+ - "4.0"
22
env:
23
ALCHEMY_BRANCH: ${{ matrix.alchemy_branch }}
24
steps:
Gemfile
@@ -19,7 +19,7 @@ gem "sqlite3", "~> 2.2"
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
-gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: alchemy_branch
+gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"
gem "rubocop", require: false
25
gem "standard", "~> 1.25", require: false
0 commit comments