From a2330bfa41fc7b31a31c496d8d842abdc844fc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 26 Dec 2025 18:40:05 -1000 Subject: [PATCH] Run tests on all recent Ruby versions --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a814e82..4167db6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,9 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" + - "3.4" + - "4.0" name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v3