Skip to content

Commit e784aa1

Browse files
committed
update the test matrix for rails 7.1
1 parent af62eaa commit e784aa1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# have set this up with each database as a separate job, but then we'd be
5757
# duplicating the matrix configuration three times.
5858
matrix:
59-
gemfile: [ 'rails_5.2', 'rails_6.0', 'rails_6.1', 'rails_7.0' ]
59+
gemfile: [ 'rails_5.2', 'rails_6.0', 'rails_6.1', 'rails_7.0', 'rails_7.1' ]
6060

6161
# To keep matrix size down, only test highest and lowest rubies. In
6262
# `.rubocopy.yml`, set `TargetRubyVersion`, to the lowest ruby version
@@ -67,6 +67,8 @@ jobs:
6767
# rails 7 requires ruby >= 2.7.0
6868
- ruby: '2.6'
6969
gemfile: 'rails_7.0'
70+
- ruby: '2.6'
71+
gemfile: 'rails_7.1'
7072
steps:
7173
- name: Checkout source
7274
uses: actions/checkout@v2

0 commit comments

Comments
 (0)