From ad18b971878435eef34cc782a739ee5c706d0b80 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:49:10 +0000 Subject: [PATCH] Test against Ruby 3.3 in CI (#208) 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/ --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34324be..0459d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 109d541..7f71018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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