From f042d15f38fcd0d0f481f12962c1a425f57dd93f Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 24 Jan 2022 21:15:56 -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 8c89b04..5fc3197 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: [ '3.0', 2.7, 2.6, 2.5, head ] + ruby-version: [ 3.1, '3.0', 2.7, 2.6, 2.5, head ] os: [ ubuntu-latest, macos-latest ] TEST_SYMLINK: [ yes, no ] runs-on: ${{ matrix.os }}