Skip to content

Commit

Permalink
Tweak support for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 13, 2024
1 parent a3a1096 commit d5d8b5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["edge", "~> 7.2.0", "~> 7.1.0", "~> 7.0.0"]
ruby: ["3.3","3.2", "3.1"]
rails: ["edge", "~> 7.2.0", "~> 7.1.0", "~> 7.0.0", "~> 6.1.0"]
ruby: ["3.3","3.2", "3.1", "3.0", "2.7"]

env:
RAILS: ${{ matrix.rails }}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# paranoia Changelog

## 3.0.0 - August 13, 2024

- [#563](https://github.com/rubysherpas/paranoia/pull/563) Support Rails 7.2 & Rails 8.0

## 2.6.4 - July 20, 2024

* [#554](https://github.com/rubysherpas/paranoia/pull/554) Support prebuilt counter cache association list (#554)
Expand All @@ -16,7 +20,7 @@

## 2.6.2 - Jun 6, 2023

* [#441](https://github.com/rubysherpas/paranoia/pull/441) Recursive restore with has_many/one through assocs (#441)
* [#441](https://github.com/rubysherpas/paranoia/pull/441) Recursive restore with has_many/one through assocs (#441)
[Emil Ong](https://github.com/emilong)

## 2.6.1 - Nov 16, 2022
Expand Down

0 comments on commit d5d8b5a

Please sign in to comment.