diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a19f12..6bb2fb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,6 @@ jobs: strategy: matrix: ruby: - - "3.0" - "3.1" - "3.2" - "3.3" diff --git a/README.md b/README.md index 0f88b66..b15dc74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hoardable ![gem version](https://img.shields.io/gem/v/hoardable?style=flat-square) -Hoardable is an ActiveRecord extension for Ruby 3+, Rails 7+, and PostgreSQL 9+ that allows for +Hoardable is an ActiveRecord extension for Ruby 3.1+, Rails 7+, and PostgreSQL 9+ that allows for versioning and soft-deletion of records through the use of _uni-temporal inherited tables_. [Temporal tables](https://en.wikipedia.org/wiki/Temporal_database) are a database design pattern