We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9fe96 commit 661ea3eCopy full SHA for 661ea3e
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
with:
9
engine: cruby
10
versions: '["truffleruby-head"]'
11
- min_version: 2.7
+ min_version: 2.5
12
13
build:
14
needs: ruby-versions
zlib.gemspec
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
spec.executables = []
28
spec.require_paths = ["lib"]
29
spec.extensions = "ext/zlib/extconf.rb"
30
- spec.required_ruby_version = ">= 2.3.0"
+ spec.required_ruby_version = ">= 2.5.0"
31
end
0 commit comments