Skip to content

Commit

Permalink
Add Ruby 3.2 to test matrix (#446)
Browse files Browse the repository at this point in the history
* Add Ruby 3.2 to test matrix

* Update CHANGELOG
  • Loading branch information
duffn authored Mar 16, 2023
1 parent 815afb3 commit 0af2fea
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 @@ -10,6 +10,7 @@ jobs:
- { ruby: "2.7", concurrency: async-websocket }
- { ruby: "3.0" }
- { ruby: "3.1" }
- { ruby: "3.2" }
- { 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
Expand Up @@ -4,6 +4,7 @@
* [#436](https://github.com/slack-ruby/slack-ruby-client/pull/436): Remove dependency on unused websocket-driver - [@blowfishpro](https://github.com/blowfishpro).
* [#434](https://github.com/slack-ruby/slack-ruby-client/pull/434): Fix incompatibility with Faraday >= 2.7.0 and GLI usage in the `slack` script - [@blowfishpro](https://github.com/blowfishpro).
* [#440](https://github.com/ruby-grape/slack-ruby-client/pull/440): Enterprise support is now available [via TideLift](https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-slack-ruby-client&utm_medium=referral&utm_campaign=enterprise) - [@dblock](https://github.com/dblock).
* [#446](https://github.com/slack-ruby/slack-ruby-client/pull/446): Add support for Ruby 3.2 - [@duffn](https://github.com/duffn).

### 2.0.0 (2022/10/19)

Expand Down

0 comments on commit 0af2fea

Please sign in to comment.