From 3a705c779387b44e1ea5faeb0c4ca7bba0ac53a4 Mon Sep 17 00:00:00 2001 From: Zach Gianos Date: Wed, 23 Jul 2025 11:07:20 -0700 Subject: [PATCH] ci: test against ruby 3.4 Fixes #21 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36c376e..e673622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,10 +63,11 @@ jobs: - macos-latest - ubuntu-latest ruby: - - ruby-2.6 - - ruby-2.7 - ruby-3.0 - ruby-3.1 + - ruby-3.2 + - ruby-3.3 + - ruby-3.4 # - jruby # - truffleruby runs-on: ${{ matrix.os }}