From 6e404bbfbb393d73377c3d03e02a3342c0f1340f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 7 Jan 2026 15:36:55 +0100 Subject: [PATCH] Test against Ruby 4.0 Ruby 4.0 were release on 2025-12-25, therefore add it into test matrix. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf3ac66..bfffe57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - "3.2" - "3.3" - "3.4" + - "4.0" - "ruby-head" steps: - uses: actions/checkout@v3