From 0ffa229dff7caaeebafd22453f2595493828d1ac Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 22 Apr 2022 16:09:44 +0200 Subject: [PATCH] (maint) Add Ruby 3.1 to CI This is used by modern distributions so I think it's a good idea to test against it. --- .github/workflows/unit_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 217dfea7fa..be18f6b15d 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -21,6 +21,7 @@ jobs: - '2.3' - '2.7' - '3.0' + - '3.1' - 'jruby' runs-on: ubuntu-18.04 steps: