Skip to content

Commit 4022a86

Browse files
committed
Test with all supported Rails versions in CI
1 parent 4d38f7a commit 4022a86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ jobs:
2626
strategy:
2727
matrix:
2828
ruby: ["3.2", "3.3", "3.4"]
29+
gemfile:
30+
- rails_61
31+
- rails_70
32+
- rails_71
33+
exclude:
34+
- ruby: "3.4"
35+
gemfile: rails_61
36+
- ruby: "3.4"
37+
gemfile: rails_70
38+
39+
env:
40+
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
2941

3042
steps:
3143
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)