Skip to content

Commit

Permalink
Test with ActiveRecord 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Aug 13, 2024
1 parent bc993d2 commit ca0274d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
activerecord-version: ["6.0", "6.1", "7.0", "7.0.5", "7.1"]
activerecord-version: ["6.0", "6.1", "7.0", "7.0.5", "7.1", "7.2"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
include:
- {activerecord-version: "5.2", ruby-version: "2.7"}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Ensure compatibility with Rails 7.2.

## 2.1.0

- Make `ULID::Rails::Type::Data.valid_ulid?` more strict in what is accepted as valid and not.
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/7.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

gem "activesupport", "~> 7.2.0"
gem "activemodel", "~> 7.2.0"
gem "activerecord", "~> 7.2.0"
gem "sqlite3", ">= 1.4"
gem "mysql2", "~> 0.5"
gem "pg", "~> 1.1"
gem "trilogy", "~> 2.7"

0 comments on commit ca0274d

Please sign in to comment.