From c43d5ea5aaf0b075ffa3b7b4d162570afa739ee1 Mon Sep 17 00:00:00 2001 From: Jared White Date: Mon, 16 May 2022 20:29:20 -0700 Subject: [PATCH] Add Ruby 3.1.2 to testing matrix. Resolves #556 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f71987c48..81d8715dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby_version: [2.7.2, 3.0.0] + ruby_version: [2.7.2, 3.0.0, 3.1.2] continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} # Has to be top level to cache properly env: