From 26a69ed17d591126d368e398d3160b91ac98e904 Mon Sep 17 00:00:00 2001 From: Kevin Olbrich Date: Thu, 25 Dec 2025 14:13:45 -0500 Subject: [PATCH] Add Ruby 4.0 to the test matrix in GitHub Actions workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d0f301..bb1f0c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.2', '3.3', '3.4', 'jruby-10.0'] + ruby: ['3.2', '3.3', '3.4', '4.0', 'jruby-10.0'] env: BUNDLE_WITHOUT: optional steps: