Skip to content

Commit 34d8e4e

Browse files
authored
chore(ci): add Ruby 3.1 to CI build (#109)
1 parent 81af86a commit 34d8e4e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
### Others
77
1. [#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

0 commit comments

Comments
 (0)