Skip to content

Commit

Permalink
Merge pull request #1369 from mathieujobin/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Jan 24, 2022
2 parents cef4168 + ee644c4 commit ee1b000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
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' ]
gemfile: [ 'rails_5.2', 'rails_6.0', 'rails_6.1', 'rails_7.0' ]

# To keep matrix size down, only test highest and lowest rubies.
# Ruby 3.0 is an exception. For now, let's continue to test against 2.7
Expand All @@ -72,6 +72,9 @@ jobs:
gemfile: 'rails_5.2'
- ruby: '3.1'
gemfile: 'rails_5.2'
# rails 7 requires ruby > 2.7
- ruby: '2.6'
gemfile: 'rails_7.0'
steps:
- name: Checkout source
uses: actions/checkout@v2
Expand Down

0 comments on commit ee1b000

Please sign in to comment.