From 43de3f16ac21e356b6ae478b5442d5fbdd6dbb6c Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 28 Aug 2021 12:36:24 +0900 Subject: [PATCH] Use the minimum required Ruby version in RuboCop of CI matrix Follow up to https://github.com/rubocop/guard-rubocop/commit/3148760. --- .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 45995b9..ff703a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,6 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 2.5 - run: bundle install - run: bundle exec rubocop