From 965ca2b15fb2868d9386e18ea5b02c400b525f35 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Mon, 25 Dec 2023 11:47:53 +0200 Subject: [PATCH] Run CI on Ruby 3.3 --- .github/workflows/test.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98cffd9d..dac65240 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" gemfile: - gemfiles/standalone.gemfile - gemfiles/openssl.gemfile diff --git a/CHANGELOG.md b/CHANGELOG.md index fc29a1d0..e8f679e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ **Features:** - Updated rubocop to 1.56 [#573](https://github.com/jwt/ruby-jwt/pull/573) - [@anakinj](https://github.com/anakinj). +- Run CI on Ruby 3.3 [#577](https://github.com/jwt/ruby-jwt/pull/577) - [@anakinj](https://github.com/anakinj). - Your contribution here **Fixes and enhancements:**