From 9231ae02a25248c7c05706ce16fb1e16dcc581ed Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Fri, 11 Jun 2021 15:11:19 +0300
Subject: workflows/test: include Ruby 2.7

---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2003d15..bf52d01 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-18.04
     strategy:
       matrix:
-        ruby-version: [2.5, 2.6]
+        ruby-version: [2.5, 2.6, 2.7]
         version: [Gemfile, latest]
         include:
           - {version: Gemfile, gemfile: Gemfile}
-- 
cgit v1.2.3