We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078a301 commit d047bb6Copy full SHA for d047bb6
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
9
with:
10
engine: cruby-truffleruby
11
- min_version: 2.6
+ min_version: 2.7
12
13
build:
14
needs: ruby-versions
etc.gemspec
@@ -40,5 +40,5 @@ Gem::Specification.new do |spec|
40
spec.require_paths = ["lib"]
41
spec.extensions = %w{ext/etc/extconf.rb}
42
43
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 2.7.0"
44
end
0 commit comments