We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f833834 commit ad8f3d8Copy full SHA for ad8f3d8
.github/workflows/test.yml
@@ -11,6 +11,7 @@ jobs:
11
- { ruby: "3.0" }
12
- { ruby: "3.1" }
13
- { ruby: "3.2" }
14
+ - { ruby: "3.3" }
15
- { ruby: ruby-head, ignore: true }
16
- { ruby: jruby-head, ignore: true }
17
name: test (ruby=${{ matrix.entry.ruby }}, concurrency=${{ matrix.entry.concurrency || 'none' }})
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### 2.3.1 (Next)
2
3
+* [#516](https://github.com/slack-ruby/slack-ruby-client/pull/516): Add support for Ruby 3.3 - [@olleolleolle](https://github.com/olleolleolle).
4
* Your contribution here.
5
6
### 2.3.0 (2024/01/31)
0 commit comments