From b181624f82dc8afbcd1d9b83f431d9b9fa5d6c33 Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Sat, 7 Feb 2026 18:15:33 -0500 Subject: [PATCH] Add Ruby 4 to CI --- .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 ba857584c..c217f966b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4' ] + ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4', '4.0' ] experimental: [false] include: - ruby: head