From 19a63b1da4ad743cf3d384d6c177762e1a5eb4ad Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 2 Dec 2025 17:27:58 -0500 Subject: [PATCH] Add Ruby versions 3.5 and 4.0 to 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 b30f70f..f612da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,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, 3.5, 4.0] gemfile: [ activesupport-7.1,