From 35be528884f5f5c03a028fcec3dad1beb67928a9 Mon Sep 17 00:00:00 2001 From: abeidahmed Date: Fri, 5 Jan 2024 20:36:13 +0400 Subject: [PATCH] chore: add ruby 3.3 to 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 38154bd..0f6b399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby_version: [2.7, 3.0, 3.1, 3.2] + ruby_version: [2.7, 3.0, 3.1, 3.2, 3.3] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1