Skip to content

Commit

Permalink
Test against Ruby 3.3 in CI (#208)
Browse files Browse the repository at this point in the history
Since Ruby 3.3 is the default Ruby version when using the
`ruby` / `ruby@3` Homebrew package aliases, so has a high
chance of being what people are now using locally.

https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
  • Loading branch information
edmorley authored Feb 26, 2024
1 parent 9ab310f commit ad18b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-22.04
env:
HATCHET_APP_LIMIT: 100
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## HEAD

- Add support for Ruby 3.2 (https://github.com/heroku/hatchet/pull/203)
- Add support for Ruby 3.2 and 3.3 (https://github.com/heroku/hatchet/pull/203 and https://github.com/heroku/hatchet/pull/208)

## 8.0.2

Expand Down

0 comments on commit ad18b97

Please sign in to comment.