Skip to content

Commit

Permalink
Test against Ruby 3.4 instead of Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mak-dunkelziffer committed Jan 24, 2025
1 parent b8e9811 commit 3c56092
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
gemfile: Gemfile.7-1
- ruby: 3.2.0
gemfile: Gemfile.8-0
- ruby: 3.3.4
- ruby: 3.4.1
gemfile: Gemfile.7-1
- ruby: 3.3.4
- ruby: 3.4.1
gemfile: Gemfile.7-2
- ruby: 3.3.4
- ruby: 3.4.1
gemfile: Gemfile.8-0
env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.4.1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

- Test against Rails 8.0
- Drop tests for Rails 5.2
- Test against Ruby 3.4 instead of Ruby 3.3

## 1.3.2 - 2024-08-27

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,11 +834,11 @@ Now run `bundle install` to lock the gem into your project.

## Development

We currently develop using Ruby 3.3.4 (see `.ruby-version`) since that version works for current versions of ActiveRecord that we support. GitHub Actions will test additional Ruby versions (2.7.3, 3.2.0).
We currently develop using Ruby 3.4.1 (see `.ruby-version`) since that version works for current versions of ActiveRecord that we support. GitHub Actions will test additional Ruby versions (2.7.3, 3.2.0).

There are tests in `spec`. We only accept PRs with tests. To run tests:

- Install Ruby 3.3.4
- Install Ruby 3.4.1
- run `bundle install`
- Put your database credentials into `spec/support/database.yml`. There's a `database.sample.yml` you can use as a template.
- There are gem bundles in the project root for each rails version that we support.
Expand Down

0 comments on commit 3c56092

Please sign in to comment.