Skip to content

Commit f007425

Browse files
committed
CI: jruby 9.4
1 parent 931ab8f commit f007425

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.0"
2020
- "3.1"
2121
- "3.2"
22-
- "jruby-9.3"
22+
- "jruby-9.4"
2323
steps:
2424
- name: Checkout code
2525
uses: zendesk/checkout@v2

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
- Drop support for JRuby 9.2, see https://github.com/zendesk/zendesk_api_client_rb/runs/8110151024
1616
- Drop support for 2.6, we will try to support Ruby 2.7 for as long as possible
1717

18+
**Note:**
19+
20+
It is possible that the SDK will work okay in Ruby 2.6, but we do not guarantee it and also support will not be provided on any issues.
21+
22+
We will continue to support Ruby 2.7 owing to the large set of developers still on Ruby 2. The support will end by Jan 2024.
23+
24+
We strongly recommend everyone to consider moving to Ruby 3 at the earliest.
25+
1826
## v1.37.0
1927

2028
- Fix Faraday v1 deprecation

0 commit comments

Comments
 (0)