Skip to content

Commit 1e14946

Browse files
authored
Merge pull request #516 from olleolleolle/patch-2
CI: Add Ruby 3.3 to matrix
2 parents f833834 + ad8f3d8 commit 1e14946

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- { ruby: "3.0" }
1212
- { ruby: "3.1" }
1313
- { ruby: "3.2" }
14+
- { ruby: "3.3" }
1415
- { ruby: ruby-head, ignore: true }
1516
- { ruby: jruby-head, ignore: true }
1617
name: test (ruby=${{ matrix.entry.ruby }}, concurrency=${{ matrix.entry.concurrency || 'none' }})

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 2.3.1 (Next)
22

3+
* [#516](https://github.com/slack-ruby/slack-ruby-client/pull/516): Add support for Ruby 3.3 - [@olleolleolle](https://github.com/olleolleolle).
34
* Your contribution here.
45

56
### 2.3.0 (2024/01/31)

0 commit comments

Comments
 (0)