From e8b7de0c5447abd3a99a9ba5899e9b8813daddbe Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 25 May 2022 11:23:16 +0900 Subject: [PATCH] Update the ruby versions to test this gem with --- .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 4eee053..35a4aa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: matrix: os: [ubuntu] # We still kind of support Ruby 1.8.7 - ruby: [2.5, 2.6, 2.7, 3.0, head, jruby] + ruby: [2.7, "3.0", 3.1, head, jruby] name: >- - ${{matrix.os}}-ruby${{matrix.ruby}} + ${{matrix.os}}:ruby-${{matrix.ruby}} runs-on: ${{matrix.os}}-latest continue-on-error: ${{matrix.ruby == 'head' || matrix.ruby == 'jruby'}}