Skip to content

Commit

Permalink
Test with ActiveRecord 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Nov 18, 2024
1 parent 1b23ee5 commit edbd845
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- {activerecord-version: "5.2", ruby-version: "2.7"}
- {activerecord-version: "7.2", ruby-version: "3.2"}
- {activerecord-version: "7.2", ruby-version: "3.3"}
- {activerecord-version: "8.0", ruby-version: "3.2"}
- {activerecord-version: "8.0", ruby-version: "3.3"}
steps:
- uses: actions/checkout@v4
- run: docker compose run test
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Ensure compatibility with Rails 8.0.
- Ensure compatibility with Rails 7.2.

## 2.1.0
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/8.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

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

0 comments on commit edbd845

Please sign in to comment.