From 9157018131e4701f69662702f0d465186b4d0ff9 Mon Sep 17 00:00:00 2001 From: benmelz Date: Fri, 29 May 2026 09:09:51 -0400 Subject: [PATCH] Add Ruby 3.4 and 4.0 to CI matrix --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e2aac20..6688cd90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,8 @@ jobs: - "3.1" - "3.2" - "3.3" + - "3.4" + - "4.0" os: - ubuntu # At the moment of this commit various specs fail on Windows.