Skip to content

Commit

Permalink
add support for rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 9, 2023
1 parent 9e0f0a6 commit dee9fb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.6.8'
- '2.7.4'
- '3.0.2'
- '3.1.2'
- '3.2.2'
rails:
- '5.2'
- '6.0'
- '6.1'
- '7.0'
exclude:
- { ruby: '2.6.8', rails: '7.0' }
include:
# TODO: Move back into matrix when support for Rails 5.2 officially ends
- { ruby: '3.0.2', rails: '6.0' }
- { ruby: '3.0.2', rails: '6.1' }
- { ruby: '3.0.2', rails: '7.0' }

- '7.1'
services:
postgres:
image: postgres:13
Expand Down
2 changes: 1 addition & 1 deletion active_record_distinct_on.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*']
spec.require_paths = %w{ lib }

spec.add_dependency 'activerecord', '>= 5.2', '< 7.1'
spec.add_dependency 'activerecord', '>= 5.2', '< 7.2'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '>= 12.3.3'
Expand Down

0 comments on commit dee9fb1

Please sign in to comment.