Skip to content

Commit

Permalink
Fix GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akodkod committed Jun 10, 2024
1 parent 066f24a commit 6925df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/config/rubocop_linter_action.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6925df5

Please sign in to comment.