Skip to content

Commit 661ea3e

Browse files
committed
Support Ruby 2.5+ again
1 parent 3b9fe96 commit 661ea3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
with:
99
engine: cruby
1010
versions: '["truffleruby-head"]'
11-
min_version: 2.7
11+
min_version: 2.5
1212

1313
build:
1414
needs: ruby-versions

zlib.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
2727
spec.executables = []
2828
spec.require_paths = ["lib"]
2929
spec.extensions = "ext/zlib/extconf.rb"
30-
spec.required_ruby_version = ">= 2.3.0"
30+
spec.required_ruby_version = ">= 2.5.0"
3131
end

0 commit comments

Comments
 (0)