We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8468753 commit 9150a80Copy full SHA for 9150a80
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- ruby_version: ["2.5", "2.6", "2.7"]
+ ruby_version: ["2.6", "2.7", "3.0"]
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
rubocop-github.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
s.add_development_dependency "minitest", "~> 5.14"
19
s.add_development_dependency "rake", "~> 12.0"
20
21
- s.required_ruby_version = ">= 2.1.0"
+ s.required_ruby_version = ">= 2.5.0"
22
23
s.email = "engineering@github.com"
24
s.authors = "GitHub"
0 commit comments