File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,16 @@ workflows:
189189 version : 2
190190 build :
191191 jobs :
192+ - tests-ruby :
193+ name : client-r3.1
194+ ruby-image : " cimg/ruby:3.1"
195+ - tests-ruby :
196+ name : APIs-r3.1
197+ ruby-image : " cimg/ruby:3.1"
198+ gemspec-file : influxdb-client-apis.gemspec
199+ path : ./apis
200+ requires :
201+ - client-r3.1
192202 - tests-ruby :
193203 name : client-r3.0
194204 ruby-image : " cimg/ruby:3.0"
@@ -259,6 +269,7 @@ workflows:
259269 - client-jruby
260270 - deploy-all :
261271 requires :
272+ - APIs-r3.1
262273 - APIs-r3.0
263274 - APIs-r2.7
264275 - APIs-r2.6
Original file line number Diff line number Diff line change 66### Others
771 . [ #108 ] ( https://github.com/influxdata/influxdb-client-ruby/pull/108 ) : Use local repository for ` influxdb-client-apis ` development
88
9+ ### CI
10+ 1 . [ #109 ] ( https://github.com/influxdata/influxdb-client-ruby/pull/109 ) : Add Ruby 3.1 into CI
11+
912## 2.6.0 [ 2022-06-24]
1013
1114### Bug Fixes
You can’t perform that action at this time.
0 commit comments