Skip to content

Commit c8bd3cd

Browse files
authored
Drop Rails 6.0 & Ruby 3.0 (and older) Support (#105)
* 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
1 parent 092b4ff commit c8bd3cd

File tree

6 files changed

+4
-112
lines changed

6 files changed

+4
-112
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5']
13-
rails: ['5.1', '5.2', '6.0', '6.1', '7.0', '7.1', '7.2']
12+
ruby: ['3.3', '3.2', '3.1']
13+
rails: ['6.1', '7.0', '7.1', '7.2']
1414
channel: ['stable']
1515

1616
include:
@@ -39,52 +39,9 @@ jobs:
3939
rails: '7.0' # TODO: works on 7-0-stable branch, remove after a 7.0.x patch release
4040
- ruby: '3.3'
4141
rails: '6.1'
42-
- ruby: '3.3'
43-
rails: '6.0'
44-
- ruby: '3.3'
45-
rails: '5.2'
46-
- ruby: '3.3'
47-
rails: '5.1'
4842

4943
- ruby: '3.2'
5044
rails: '6.1'
51-
- ruby: '3.2'
52-
rails: '6.0'
53-
- ruby: '3.2'
54-
rails: '5.2'
55-
- ruby: '3.2'
56-
rails: '5.1'
57-
58-
- ruby: '3.1'
59-
rails: '6.0'
60-
- ruby: '3.1'
61-
rails: '5.2'
62-
- ruby: '3.1'
63-
rails: '5.1'
64-
65-
- ruby: '3.0'
66-
rails: '7.2'
67-
- ruby: '3.0'
68-
rails: '5.2'
69-
- ruby: '3.0'
70-
rails: '5.1'
71-
72-
- ruby: '2.7'
73-
rails: '7.2'
74-
75-
- ruby: '2.6'
76-
rails: '7.2'
77-
- ruby: '2.6'
78-
rails: '7.1'
79-
- ruby: '2.6'
80-
rails: '7.0'
81-
82-
- ruby: '2.5'
83-
rails: '7.2'
84-
- ruby: '2.5'
85-
rails: '7.1'
86-
- ruby: '2.5'
87-
rails: '7.0'
8845

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

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Clean your ActiveRecord databases with Database Cleaner.
88

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

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

1313
## Installation
1414

@@ -97,7 +97,7 @@ You can also add this parameter to your database.yml file:
9797
test:
9898
adapter: postgresql
9999
# ...
100-
min_messages: WARNING
100+
min_messages: WARNING
101101
</pre>
102102

103103
## COPYRIGHT

gemfiles/rails_5.1.gemfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

gemfiles/rails_5.2.gemfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

gemfiles/rails_6.0.gemfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)