Skip to content

Commit 3ae0665

Browse files
committed
CI: Test Alchemy 8.2-stable branch
1 parent debcad5 commit 3ae0665

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
alchemy_branch:
16+
- 8.2-stable
1617
- main
1718
ruby:
18-
- "3.2"
1919
- "3.3"
2020
- "3.4"
21+
- "4.0"
2122
env:
2223
ALCHEMY_BRANCH: ${{ matrix.alchemy_branch }}
2324
steps:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem "sqlite3", "~> 2.2"
1919

2020
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
2121
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
22-
gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: alchemy_branch
22+
gem "alchemy-devise", github: "AlchemyCMS/alchemy-devise", branch: "main"
2323

2424
gem "rubocop", require: false
2525
gem "standard", "~> 1.25", require: false

0 commit comments

Comments
 (0)