diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82d5566..0a92733 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,12 +5,13 @@ on: [push] jobs: test: strategy: + fail-fast: false matrix: ruby-version: - - '3.0' - '3.1' - '3.2' - '3.3' + - '3.4' name: Ruby ${{ matrix.ruby-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2fe85..7e315a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## [Unreleased] * no unreleased changes * +## 7.2.2 / 2025-09-21 +### Fixed +* Support patch releases of Rails after the current minor revision 7.2.2.2 + ## 7.1.5 / 2024-11-18 ### Fixed * Use minitest for testing diff --git a/lib/active_model/caution/version.rb b/lib/active_model/caution/version.rb index 5720808..b86a58b 100644 --- a/lib/active_model/caution/version.rb +++ b/lib/active_model/caution/version.rb @@ -1,6 +1,6 @@ module ActiveModel module Caution - RAILS_VERSION = '7.1.5'.freeze + RAILS_VERSION = '7.2.2'.freeze GEM_REVISION = '0'.freeze # Gem version: