From df946e75b8c4878b64382d7bce054a8f40013f8f Mon Sep 17 00:00:00 2001
From: David Rodriguez <deivid.rodriguez@riseup.net>
Date: Fri, 5 Apr 2024 17:30:49 +0200
Subject: [PATCH] Test with Ruby 3.3 too

---
 .github/workflows/tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f1ab088..657d595 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        ruby: [ 2.7, "3.0", 3.1, 3.2 ]
+        ruby: [ 2.7, "3.0", 3.1, 3.2, 3.3 ]
         os: [ ubuntu-latest, windows-latest ]
 
     steps: