File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ jobs:
1515 strategy :
1616 matrix :
1717 ruby :
18- - 2.6
19- - 2.7
20- - 3.0
21- - 3.1
22- - jruby-9.3
18+ - " 2.6"
19+ - " 2.7"
20+ - " 3.0"
21+ - " 3.1"
22+ - " 3.2"
23+ - " jruby-9.3"
2324 steps :
2425 - name : Checkout code
2526 uses : zendesk/checkout@v2
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## v1.38.0
5+ ## v1.38.0 (rc2)
66
77- Add ` Label ` resource for Articles
88- Add support for Faraday 2.0
99- Drop support for Faraday 1 (BREAKING)
10- - Add support for JRuby 9.3
10+ - Add JRuby 9.3 to CI
11+ - Add Ruby 3.2 to CI
1112- Drop support for JRuby 9.1, see https://github.com/zendesk/zendesk_api_client_rb/runs/8110095881
1213- Drop support for JRuby 9.2, see https://github.com/zendesk/zendesk_api_client_rb/runs/8110151024
13- - NOTE: Support for Ruby 2.6 will drop
14+ - Drop support for 2.6, not supported by Faraday 2.0
1415
1516## v1.37.0
1617
You can’t perform that action at this time.
0 commit comments