Skip to content

Commit 4041758

Browse files
committed
Drop ruby 2.5
1 parent e048b0d commit 4041758

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ruby-versions:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
9-
min_version: 2.5
9+
min_version: 2.6
1010
test:
1111
needs: ruby-versions
1212
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
@@ -16,7 +16,6 @@ jobs:
1616
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1717
os: [ ubuntu-latest, macos-latest, windows-latest ]
1818
exclude:
19-
- { os: macos-latest, ruby: 2.5 }
2019
- { os: windows-latest, ruby: head }
2120
- { os: macos-latest, ruby: jruby }
2221
- { os: windows-latest, ruby: jruby }

cgi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.description = %q{Support for the Common Gateway Interface protocol.}
1818
spec.homepage = "https://github.com/ruby/cgi"
1919
spec.licenses = ["Ruby", "BSD-2-Clause"]
20-
spec.required_ruby_version = ">= 2.5.0"
20+
spec.required_ruby_version = ">= 2.6.0"
2121

2222
spec.metadata["homepage_uri"] = spec.homepage
2323
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)