File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
matrix :
8
8
os : [ubuntu-latest]
9
9
ruby :
10
- - ' 2.5'
11
- - ' 2.6'
12
- - ' 2.7'
13
- - ' 3.0'
14
10
- ' 3.1'
15
11
- ' 3.2'
12
+ - ' 3.3'
16
13
- head
17
14
- jruby
18
15
- jruby-head
28
25
- run : bundle exec rake
29
26
# NOTE: calling "bundle install" because the cache apparently did not update due to the gemspec injection
30
27
- run : bundle install && bundle exec standardrb
31
- if : matrix.ruby == '3.1 ' # not using "head" because rubocop won't work there yet
28
+ if : matrix.ruby == '3.3 ' # not using "head" because rubocop won't work there yet
32
29
# What's below helps having a single "status check" for mergeability, without
33
30
# having to add each new version to the list of expected status checks in GitHub.
34
31
# See https://github.community/t/status-check-for-a-matrix-jobs/127354/7
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ Gem::Specification.new do |gem|
24
24
gem . add_development_dependency "amazing_print"
25
25
gem . add_development_dependency "minitest-focus"
26
26
gem . add_development_dependency "standard"
27
+ gem . add_development_dependency "csv"
27
28
end
You can’t perform that action at this time.
0 commit comments