From 7ed5dffdb092affda4e59cbb951ec7132319c2af Mon Sep 17 00:00:00 2001 From: George Ma Date: Mon, 1 Apr 2024 22:47:19 -0400 Subject: [PATCH] WIP --- .github/workflows/test.yml | 7 ++++++- gemfiles/Gemfile.rubocop-next | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44eca5d6..721ce1bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,13 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', 3.1, 3.2, 3.3, head] + ruby: [2.7, 3.0, 3.1, 3.2, 3.3, head] gemfile: [rubocop-next, rubocop-old] + exclude: + - ruby: 2.7 + gemfile: rubocop-next + - ruby: head + gemfile: rubocop-old runs-on: ubuntu-latest env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps BUNDLE_GEMFILE: gemfiles/Gemfile.${{ matrix.gemfile }} diff --git a/gemfiles/Gemfile.rubocop-next b/gemfiles/Gemfile.rubocop-next index 48f29505..0e619ab2 100644 --- a/gemfiles/Gemfile.rubocop-next +++ b/gemfiles/Gemfile.rubocop-next @@ -2,4 +2,4 @@ eval_gemfile "../Gemfile" -gem "rubocop", ">= 1.38.0" +gem "rubocop", ">= 1.61.0"