From 629c30fdca986140751fad24fb86d69ba26b3659 Mon Sep 17 00:00:00 2001 From: Claire Date: Mon, 24 Feb 2025 11:17:06 +0100 Subject: [PATCH] Add ruby 3.3 to test matrix --- .github/workflows/test-ruby.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index 327ebc2db..4750e2a1e 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -313,6 +313,7 @@ jobs: - '3.0' - '3.1' - '.ruby-version' + - '3.3' steps: - uses: actions/checkout@v4