Drop ruby 2.6 to allow new diaspora_federation version
This commit is contained in:
parent
03d2001cf2
commit
8299aabc25
2 changed files with 1 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 2.6
|
|
||||||
db:
|
db:
|
||||||
- mysql
|
- mysql
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
require: rubocop-rails
|
require: rubocop-rails
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.6
|
TargetRubyVersion: 2.7
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
Exclude:
|
Exclude:
|
||||||
- "bin/**/*"
|
- "bin/**/*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue