From bd78a5cb67e566d110626d129241254725af622e Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 17 Feb 2022 10:44:52 +0000 Subject: [PATCH] Update Rubies in CI matrix (#27) Drop Ruby 2.5 Add Ruby 3.0 and 3.1 --- .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 20e2aff..8a002a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.5', '2.6', '2.7'] + ruby: ['2.6', '2.7', '3.0', '3.1'] steps: - uses: actions/checkout@v2