diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bb0254..133b333 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,13 +12,13 @@ jobs: matrix: activerecord: ["~> 6.1", "~> 7.0"] compat: ["0", "1"] - ruby: ["3.0", "3.1"] + ruby: ["3.0", "3.1", "3.2"] env: AR: ${{ matrix.activerecord }} COMPAT: ${{ matrix.compat }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 009a4cb..6bb939e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## [Unreleased] -- Update ransack to 4.1. -- Drop support for Ruby 2.6 and 2.7. -- Drop support for ActiveRecord 6.0. +- Test for ruby 3.2 +- Update ransack to 4.1. (#126) +- Drop support for Ruby 2.6 and 2.7. (#126) +- Drop support for ActiveRecord 6.0. (#126) ## [2.0.0] - 2022-08-28 diff --git a/baby_squeel.gemspec b/baby_squeel.gemspec index fa764aa..9e24bc1 100644 --- a/baby_squeel.gemspec +++ b/baby_squeel.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.authors = ['Ray Zane'] spec.email = ['ray@promptworks.com'] - spec.summary = 'An expressive query DSL for Active Record 4 and 5.' + spec.summary = 'An expressive query DSL for Active Record 6+' spec.description = spec.summary spec.homepage = 'https://github.com/rzane/baby_squeel' spec.license = 'MIT'