Drop ruby 2.6 to allow new diaspora_federation version

This commit is contained in:
Benjamin Neff 2022-07-20 22:42:01 +02:00
parent 03d2001cf2
commit 8299aabc25
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ jobs:
matrix: matrix:
ruby: ruby:
- 2.7 - 2.7
- 2.6
db: db:
- mysql - mysql
- postgresql - postgresql

View file

@ -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/**/*"