From b453e3e25ee938e4b9edec968bafdf2d550f9d56 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <46354312+santiagorodriguez96@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:43:07 -0300 Subject: [PATCH] ci: test against Ruby 4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e24ed..882a26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: fail-fast: false matrix: ruby: + - '4.0' - '3.4' - '3.3' - '3.2'