Skip to content

Commit 7d485fa

Browse files
authored
Merge pull request #2370 from ViewComponent/rails-main-ci
turn on rails/ruby ci
2 parents e787d38 + 1d2422e commit 7d485fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
rails_version: "7.2"
3636
- ruby_version: "3.4"
3737
rails_version: "8.0"
38-
# - ruby_version: "head"
39-
# rails_version: "main"
38+
- ruby_version: "head"
39+
rails_version: "main"
4040
env:
4141
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails_version }}.gemfile
4242
steps:

0 commit comments

Comments
 (0)