From 72b49b8140522b9e2e41f5ce00cc3893fa2d639b Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Tue, 15 Jun 2021 12:06:26 +0100 Subject: Increase CI Ruby 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 cc1ac21..2201bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ "2.7", head, jruby, truffleruby ] + ruby: [ "2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", head, jruby, truffleruby ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 -- cgit v1.2.1