Skip to content

Commit

Permalink
Drop to Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 27, 2020
1 parent b1dce1e commit 8a86536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ 2.7, 2.6, 2.5, 2.4, head ]
ruby: [ 2.7, 2.6, 2.5, head ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions cgi.gemspec
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Support for the Common Gateway Interface protocol.}
spec.homepage = "https://github.com/ruby/cgi"
spec.license = "BSD-2-Clause"
spec.required_ruby_version = ">= 2.5.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit 8a86536

Please sign in to comment.