From a0bb5c91ba757afadb4b9cee47844c1fc511ce99 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:51:17 -0300 Subject: [PATCH] ci: add Ruby 3.3 to the 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 8fe6b2c..25ecb4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - 6379:6379 strategy: matrix: - ruby-version: ['3.2', '3.1', '3.0', '2.7'] + ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7'] steps: - uses: actions/checkout@v2