From fe5f182f14edb472425683495089addf83c68dc7 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Tue, 7 Dec 2021 23:59:30 +0200 Subject: [PATCH] Start testing against Ruby 3.1 --- .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 0236398e7..e1557e2ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ "2.6", "2.7", "3.0" ] + ruby: [ "2.6", "2.7", "3.0", "3.1" ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2