From b444a30bbc62f44c32d2d7e5c72ca89f0974f5e4 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Fri, 7 Jan 2022 13:45:27 -0800 Subject: [PATCH] Add Ruby 3.1 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35f6b3c..2065bac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.4', '2.5', '2.6', '2.7', '3.0'] + ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1'] steps: - uses: actions/checkout@v2