Skip to content

Commit a34d6fa

Browse files
committed
test against all currently supported ruby versions
1 parent e720bf3 commit a34d6fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- 2.3.3
4+
- 2.6.9
5+
- 2.7.5
6+
- 3.0.3
57
before_install: gem install bundler -v 1.16.1

csv-safe.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ['lib']
2121

22-
spec.required_ruby_version = '>= 2.7.0'
22+
spec.required_ruby_version = '>= 2.6.0'
2323

2424
spec.add_development_dependency 'bundler', '>= 2.1.4'
2525
spec.add_development_dependency "rake", ">= 12.3.3"

0 commit comments

Comments
 (0)