From 74ae6d54c28e3479f48643d7fcf2f91b49168aee Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Thu, 21 May 2026 10:28:05 -0700 Subject: [PATCH] (maint) Add Ruby 3.3, 3.4, 4.0 to test matrix Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18d535c..317b3d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,9 @@ jobs: - '3.0' - '3.1' - '3.2' + - '3.3' + - '3.4' + - '4.0' steps: - uses: actions/checkout@v4