Skip to content

Commit 0929e1e

Browse files
authored
Merge pull request #250 from AlchemyCMS/test-alchemy-8.1-stable
chore(CI): Test Alchemy 8.1-stable
2 parents 4d08640 + 5cdbd1e commit 0929e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
alchemy_branch:
1616
- "8.0-stable"
17-
- "main"
17+
- "8.1-stable"
1818
ruby:
1919
- "3.2"
2020
- "3.3"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main")
3+
alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "8.1-stable")
44
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch
55

66
rails_version = ENV.fetch("RAILS_VERSION", "8.0")

0 commit comments

Comments
 (0)