Skip to content

Commit

Permalink
Add support for ActiveRecord 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Aug 23, 2024
1 parent fca8b82 commit 98374a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,18 @@ jobs:
ruby:
- 3.3
env:
- AR_VERSION: '7.2'
RUBYOPT: --enable-frozen-string-literal
- AR_VERSION: '7.1'
RUBYOPT: --enable-frozen-string-literal
- AR_VERSION: '7.0'
RUBYOPT: --enable-frozen-string-literal
- AR_VERSION: 6.1
RUBYOPT: --enable-frozen-string-literal
include:
- ruby: 3.2
env:
AR_VERSION: '7.2'
- ruby: 3.2
env:
AR_VERSION: '7.1'
Expand Down Expand Up @@ -85,15 +90,6 @@ jobs:
- ruby: 2.6
env:
AR_VERSION: 5.2
- ruby: 2.6
env:
AR_VERSION: 5.1
- ruby: 2.4
env:
AR_VERSION: '5.0'
- ruby: 2.4
env:
AR_VERSION: 4.2
runs-on: ubuntu-latest
env:
AR_VERSION: ${{ matrix.env.AR_VERSION }}
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/7.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

gem 'activerecord', '~> 7.2.0'

0 comments on commit 98374a8

Please sign in to comment.