From 601337ae2543d24dff91b894267cf5caf0a5d6c8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 2 Mar 2022 13:09:37 +0500 Subject: this nokogiri version requires Ruby >= 2.6 --- .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 2962fb7..be607f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - ruby-version: [2.5, 2.6, 2.7] + ruby-version: [2.6, 2.7] version: [Gemfile, latest] include: - {version: Gemfile, gemfile: Gemfile} -- cgit v1.2.3