From fb424b4150dbb84b04e04fd828f56f6954898380 Mon Sep 17 00:00:00 2001 From: Jakob Pupke Date: Sun, 15 Oct 2023 15:28:57 +0200 Subject: [PATCH] test against jruby 9.4 --- .github/workflows/ci.yml | 9 ++++----- README.md | 3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03dbe67..9643d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/README.md b/README.md index 354ef46..dbe854e 100644 --- a/README.md +++ b/README.md @@ -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