From d9c2cbaa1a492e62c2ada2ae670da2d45e035f0d Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:32:22 +1100 Subject: [PATCH] CI: add Ruby 3.4 to the test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82dcbd2..f561867 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ] + ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ] steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby }}