From 4578b6579d11a2b5bebcd3d933fa16e56e1f6dcf Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Fri, 10 Jun 2022 23:08:14 -0700 Subject: [PATCH] Add Ruby 3.0 and 3.1 to the CI matrix --- .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 f3b8591..ac24c6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [ubuntu] - ruby: [2.4, 2.5, 2.6, 2.7] + ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1] runs-on: ${{ matrix.os }}-latest