From 406ed867f7d744f48fc843f1fd84f78ffaf20662 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 7 Jan 2022 09:31:53 +0100 Subject: [PATCH] gem: add Ruby 3.1 support --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64c1784..d4ca584 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - '2.6' - '2.7' - '3.0' + - '3.1' steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }}