Skip to content

Commit 959416b

Browse files
committed
Update ruby versions
1 parent 70f5f79 commit 959416b

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
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
10+
ruby: [ '3.1', '3.0', '2.7', '2.6', head ]
1111
os: [ ubuntu-latest, macos-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

etc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
3535
spec.require_paths = ["lib"]
3636
spec.extensions = %w{ext/etc/extconf.rb}
3737

38-
spec.required_ruby_version = ">= 2.3.0"
38+
spec.required_ruby_version = ">= 2.6.0"
3939

4040
spec.add_development_dependency "bundler"
4141
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)