Skip to content

Commit 575a780

Browse files
authored
Added Ruby 3.3 to CI and removed 2.4
1 parent 666df42 commit 575a780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ 'ubuntu', 'macos' ]
10-
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2' ]
10+
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: ruby/setup-ruby@v1

youplot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'A command line tool for Unicode Plotting'
1313
spec.homepage = 'https://github.com/red-data-tools/YouPlot'
1414
spec.license = 'MIT'
15-
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
15+
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
1616

1717
spec.files = Dir['*.{md,txt}', '{lib,exe}/**/*']
1818
spec.bindir = 'exe'

0 commit comments

Comments
 (0)