From cfe231876ba19cace96fbe536d3adad81f6bb49f Mon Sep 17 00:00:00 2001 From: Brandon Conway Date: Mon, 24 Nov 2025 09:14:51 -0800 Subject: [PATCH] Add Ruby 3.3, 3.4, and 3.5 to the test matrix --- .github/workflows/ruby.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f697fb3..2cfd409 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -22,8 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.7', '3.0', '3.1', '3.2'] - + ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5'] steps: - uses: actions/checkout@v3 - name: Set up Ruby