From 853c75f4a551b7648d7882d32e18c3d57488d550 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Tue, 30 Dec 2025 00:50:58 +0100 Subject: [PATCH] feat: add support for Ruby 4.0 --- .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 58bf1c9..43b26fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["3.2", "3.3", "3.4"] + ruby: ["3.2", "3.3", "3.4", "4.0"] activerecord: [71, 72, 80, 81] steps: