From e697f8bcdb093573fe763d336fca8fa1d1af372b Mon Sep 17 00:00:00 2001 From: Kirill Leonov Date: Mon, 20 May 2024 01:55:16 +0300 Subject: [PATCH] init pr --- .github/workflows/ci.yaml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0b132f..49a3d5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,6 +50,7 @@ jobs: - '3.0' - '3.1' - '3.2' + - '3.3' steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 69f4669..f62edc8 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ This library aims to support and is [tested against][ci] the following Ruby vers * Ruby 3.0 * Ruby 3.1 * Ruby 3.2 +* Ruby 3.3 If something doesn't work on one of these versions, it's a bug.