Skip to content

Commit 6aab046

Browse files
committed
Test with all supported Rails versions in CI
1 parent 8b08cac commit 6aab046

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
strategy:
2727
matrix:
2828
ruby: ["3.0", "3.1", "3.2", "3.3"]
29+
gemfile:
30+
- rails_61
31+
- rails_70
32+
- rails_71
33+
34+
env:
35+
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
2936

3037
steps:
3138
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)