From fc4c80fe155b59d526eead8dea1db20fee24e41d Mon Sep 17 00:00:00 2001 From: Dylan Poole Date: Sat, 6 Jun 2026 20:16:39 -0400 Subject: [PATCH] Adding Ruby 4.0 to the ruby test 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 5ac8219..0b52074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'head'] + ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', 'head'] steps: - uses: actions/checkout@v4 - name: Set up Ruby