Skip to content

Commit 9150a80

Browse files
committed
Update ci and required ruby version
1 parent 8468753 commit 9150a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby_version: ["2.5", "2.6", "2.7"]
10+
ruby_version: ["2.6", "2.7", "3.0"]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.add_development_dependency "minitest", "~> 5.14"
1919
s.add_development_dependency "rake", "~> 12.0"
2020

21-
s.required_ruby_version = ">= 2.1.0"
21+
s.required_ruby_version = ">= 2.5.0"
2222

2323
s.email = "engineering@github.com"
2424
s.authors = "GitHub"

0 commit comments

Comments
 (0)