From 61f7cbd76c9ad03cccb5e65a956874bdb2004b04 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 25 Dec 2020 17:52:10 +0100 Subject: [PATCH] gem: add Ruby 3.0 support --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 258a9ac..eb08ba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - '2.5' - '2.6' - '2.7' + - '3.0' steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }}