File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }})
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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments