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:
|
||||
ruby:
|
||||
- 2.7
|
||||
- 2.6
|
||||
db:
|
||||
- mysql
|
||||
- postgresql
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
require: rubocop-rails
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.6
|
||||
TargetRubyVersion: 2.7
|
||||
NewCops: enable
|
||||
Exclude:
|
||||
- "bin/**/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue