From 985183c5d2e2283233e05e2349d0cdd08f852667 Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Wed, 24 Jan 2024 17:16:59 +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 227e485..5aa4afa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head", "truffleruby-head", "jruby-9.4", "jruby-head"] + ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", "truffleruby-head", "jruby-9.4", "jruby-head"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3