Skip to content

Commit

Permalink
test against jruby 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haffla committed Oct 15, 2023
1 parent 99507e9 commit fb424b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ jobs:
- gemfile: activerecord_7.1
ruby: '3.2'

- gemfile: activerecord_6.1.0
ruby: 'jruby-9.3'
- gemfile: activerecord_7.0
ruby: 'jruby-9.4'

# waiting for https://github.com/jruby/activerecord-jdbc-adapter/issues/1125 to be addressed
# - gemfile: activerecord_7.0.1
# ruby: 'jruby-9.4'
- gemfile: activerecord_7.1
ruby: 'jruby-9.4'

name: ${{ matrix.gemfile }}, ruby ${{ matrix.ruby }}

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ Because this gem promotes attributes nested into the JSON column to first level

## Dependencies

- ActiveRecord >= 5.0
- Ruby > 3. Lower versions are not tested.
- ActiveRecord >= 6.1
- Postgres >= 9.4 (in order to use the [jsonb column type](http://www.postgresql.org/docs/9.4/static/datatype-json.html)).

## Upgrading
Expand Down

0 comments on commit fb424b4

Please sign in to comment.