Skip to content

Commit

Permalink
Drop Rails 6.0 & Ruby 3.0 (and older) Support (#105)
Browse files Browse the repository at this point in the history
* Removed unnecessary files

We don't have the capacity to keep testing EOL versions of Ruby and/or Rails

* Stop testing with EOL versions of Ruby and Rails

* We no longer use Google Groups for discussions

Contributors should simply use GitHub Issues instead
  • Loading branch information
etagwerker authored Jul 12, 2024
1 parent 092b4ff commit c8bd3cd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 112 deletions.
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.

0 comments on commit c8bd3cd

Please sign in to comment.