From 2ea0bc51c7228c099cf9c44153885a79643ca098 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 17 Jan 2022 12:45:36 -0500 Subject: [PATCH] ci: include coverage of ruby 3.1 and jruby 9.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76d6499..597846c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "ruby-head", truffleruby-head] + ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "ruby-head", "truffleruby-head"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["jruby-9.2", "jruby-head"] + ruby: ["jruby-9.2", "jruby-9.3", "jruby-head"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2