From d9777435a48ef0e0bff0bf28d8ea7ef962042d11 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 3 Jun 2021 10:38:09 +0900 Subject: [PATCH] Add Test on ruby 2.4 --- .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 9c563a2..450bfd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: ['ubuntu', 'macos'] - ruby: [ '2.6', '2.7', '3.0' ] + ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1