From 06e2cf5992a90f55e6d3093d929bd3f0e487d2cf Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Tue, 22 Feb 2022 08:20:38 -0800 Subject: [PATCH] Add Ruby 3.1 to the CI matrix --- .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 111d8bce..2f065403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [2.7, "3.0"] + ruby: [2.7, "3.0", 3.1] steps: - uses: actions/checkout@v2