Skip to content

Commit 485aa97

Browse files
committed
Test with Ruby 3.0 & 3.1
1 parent 7136344 commit 485aa97

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- '2.5'
1212
- '2.6'
1313
- '2.7'
14+
- '3.0'
15+
- '3.1'
1416
gemfile:
1517
- rails4.2
1618
- rails5.0
@@ -23,6 +25,16 @@ jobs:
2325
- {ruby-version: '2.5', gemfile: rails7.0}
2426
- {ruby-version: '2.6', gemfile: rails7.0}
2527
- {ruby-version: '2.7', gemfile: rails4.2}
28+
- {ruby-version: '3.0', gemfile: rails4.2}
29+
- {ruby-version: '3.0', gemfile: rails5.0}
30+
- {ruby-version: '3.0', gemfile: rails5.1}
31+
- {ruby-version: '3.0', gemfile: rails5.2}
32+
- {ruby-version: '3.0', gemfile: rails6.0}
33+
- {ruby-version: '3.1', gemfile: rails4.2}
34+
- {ruby-version: '3.1', gemfile: rails5.0}
35+
- {ruby-version: '3.1', gemfile: rails5.1}
36+
- {ruby-version: '3.1', gemfile: rails5.2}
37+
- {ruby-version: '3.1', gemfile: rails6.0}
2638
env:
2739
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
2840
steps:

0 commit comments

Comments
 (0)