From e32c74e76c323a14981c48500878f1154cd23fc7 Mon Sep 17 00:00:00 2001 From: "k.kumawat" Date: Thu, 4 Jul 2024 12:59:26 -0400 Subject: [PATCH] check if it fixes the failing rubocop --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20deffe..676e597 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - ruby-version: ['2.6.10', '3.0'] + ruby-version: ['2.7.8', '3.0'] steps: - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} @@ -39,7 +39,7 @@ jobs: name: linters / rubocop runs-on: ubuntu-latest env: - RUBY_VERSION: 2.6.10 + RUBY_VERSION: 2.7.8 steps: - name: Codebase Checkout uses: actions/checkout@v3