Skip to content

Commit

Permalink
Merge pull request #516 from olleolleolle/patch-2
Browse files Browse the repository at this point in the history
CI: Add Ruby 3.3 to matrix
  • Loading branch information
dblock authored Jul 5, 2024
2 parents f833834 + ad8f3d8 commit 1e14946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- { ruby: "3.0" }
- { ruby: "3.1" }
- { ruby: "3.2" }
- { ruby: "3.3" }
- { ruby: ruby-head, ignore: true }
- { ruby: jruby-head, ignore: true }
name: test (ruby=${{ matrix.entry.ruby }}, concurrency=${{ matrix.entry.concurrency || 'none' }})
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### 2.3.1 (Next)

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

### 2.3.0 (2024/01/31)
Expand Down

0 comments on commit 1e14946

Please sign in to comment.