From 6925df5a650ecde0a08d8cd08f022af8dcd3b419 Mon Sep 17 00:00:00 2001 From: Andrew Kodkod <678665+akodkod@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:20:03 +0700 Subject: [PATCH] Fix GitHub CI --- .github/config/rubocop_linter_action.yml | 5 +++-- .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/config/rubocop_linter_action.yml b/.github/config/rubocop_linter_action.yml index 93eea68..552c068 100644 --- a/.github/config/rubocop_linter_action.yml +++ b/.github/config/rubocop_linter_action.yml @@ -1,4 +1,5 @@ versions: - - rubocop: "1.63" - - rubocop-rspec: "2.29" + - rubocop: "1.64" - rubocop-performance: "1.21" + - rubocop-rake: "0.6" + - rubocop-rspec: "2.30" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c344126..3cbd6af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [3.0, 3.1, 3.2, head, debug] + ruby: [3.0, 3.1, 3.2, 3.3, head, debug] steps: - name: Git Checkout uses: actions/checkout@v2