Skip to content

Commit d047bb6

Browse files
committed
Bump up the required ruby version to 2.7
1 parent 078a301 commit d047bb6

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
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
99
with:
1010
engine: cruby-truffleruby
11-
min_version: 2.6
11+
min_version: 2.7
1212

1313
build:
1414
needs: ruby-versions

etc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Gem::Specification.new do |spec|
4040
spec.require_paths = ["lib"]
4141
spec.extensions = %w{ext/etc/extconf.rb}
4242

43-
spec.required_ruby_version = ">= 2.6.0"
43+
spec.required_ruby_version = ">= 2.7.0"
4444
end

0 commit comments

Comments
 (0)