Skip to content

Commit

Permalink
update the test matrix for rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsylvester committed Oct 6, 2023
1 parent af62eaa commit e784aa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# have set this up with each database as a separate job, but then we'd be
# duplicating the matrix configuration three times.
matrix:
gemfile: [ 'rails_5.2', 'rails_6.0', 'rails_6.1', 'rails_7.0' ]
gemfile: [ 'rails_5.2', 'rails_6.0', 'rails_6.1', 'rails_7.0', 'rails_7.1' ]

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

0 comments on commit e784aa1

Please sign in to comment.