From fe53ff3086ed6e6814d41c9fa1040bb47f76d1cc Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Wed, 3 Jan 2024 20:59:18 +0900 Subject: [PATCH] Add Ruby 3.3 to CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 167d2ae..8fcea57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0", "3.1", "3.2", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"] + ruby: ["2.7", "3.0", "3.1", "3.2", '3.3', "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3