Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Rails 6.0 & Ruby 3.0 (and older) Support #105

Merged
merged 3 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 2 additions & 45 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5']
rails: ['5.1', '5.2', '6.0', '6.1', '7.0', '7.1', '7.2']
ruby: ['3.3', '3.2', '3.1']
rails: ['6.1', '7.0', '7.1', '7.2']
channel: ['stable']

include:
Expand Down Expand Up @@ -39,52 +39,9 @@ jobs:
rails: '7.0' # TODO: works on 7-0-stable branch, remove after a 7.0.x patch release
- ruby: '3.3'
rails: '6.1'
- ruby: '3.3'
rails: '6.0'
- ruby: '3.3'
rails: '5.2'
- ruby: '3.3'
rails: '5.1'

- ruby: '3.2'
rails: '6.1'
- ruby: '3.2'
rails: '6.0'
- ruby: '3.2'
rails: '5.2'
- ruby: '3.2'
rails: '5.1'

- ruby: '3.1'
rails: '6.0'
- ruby: '3.1'
rails: '5.2'
- ruby: '3.1'
rails: '5.1'

- ruby: '3.0'
rails: '7.2'
- ruby: '3.0'
rails: '5.2'
- ruby: '3.0'
rails: '5.1'

- ruby: '2.7'
rails: '7.2'

- ruby: '2.6'
rails: '7.2'
- ruby: '2.6'
rails: '7.1'
- ruby: '2.6'
rails: '7.0'

- ruby: '2.5'
rails: '7.2'
- ruby: '2.5'
rails: '7.1'
- ruby: '2.5'
rails: '7.0'

continue-on-error: ${{ matrix.channel != 'stable' }}

Expand Down
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Clean your ActiveRecord databases with Database Cleaner.

See https://github.com/DatabaseCleaner/database_cleaner for more information.

For support or to discuss development please use the [Google Group](https://groups.google.com/group/database_cleaner).
For support or to discuss development please use GitHub Issues.

## Installation

Expand Down Expand Up @@ -97,7 +97,7 @@ You can also add this parameter to your database.yml file:
test:
adapter: postgresql
# ...
min_messages: WARNING
min_messages: WARNING
</pre>

## COPYRIGHT
Expand Down
13 changes: 0 additions & 13 deletions gemfiles/rails_5.1.gemfile

This file was deleted.

13 changes: 0 additions & 13 deletions gemfiles/rails_5.2.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rails_6.0.gemfile

This file was deleted.