Skip to content

Commit

Permalink
Merge pull request #70 from ruby/old-versions
Browse files Browse the repository at this point in the history
Support Ruby 2.5+ again
  • Loading branch information
hsbt authored Nov 7, 2023
2 parents 3b9fe96 + 661ea3e commit 1fec438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
with:
engine: cruby
versions: '["truffleruby-head"]'
min_version: 2.7
min_version: 2.5

build:
needs: ruby-versions
Expand Down
2 changes: 1 addition & 1 deletion zlib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = "ext/zlib/extconf.rb"
spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.5.0"
end

0 comments on commit 1fec438

Please sign in to comment.