Skip to content

Commit

Permalink
Merge pull request #38 from Ivanov-Anton/add-7-rails
Browse files Browse the repository at this point in the history
Support Rails 7, 6.1 and 6.0
  • Loading branch information
gigorok authored May 23, 2023
2 parents 5d016ac + 59f1dd2 commit 7f6250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
rails: [ '~> 6.0' ]
rails: [ '~> 6.0', '~> 6.1', '~> 7.0' ]
name: Tests with Ruby ${{ matrix.ruby }} Activesupport ${{ matrix.rails }}
env:
RAILS_VERSION: ${{ matrix.rails }}
Expand Down

0 comments on commit 7f6250f

Please sign in to comment.