Skip to content

Commit

Permalink
Up Ruby version (#1570)
Browse files Browse the repository at this point in the history
* Up Ruby version

* Remove lib and test folder from rubocop
  • Loading branch information
meatball133 authored Sep 17, 2023
1 parent f580776 commit 5c48d3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
ruby-version: [2.7, 3.0]
ruby-version: [3.0, 3.1, 3.2]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ AllCops:
- "bin/**/*"
- "node_modules/**/*"
- "vendor/**/*"
- "lib/**/*"
- "test/**/*"

Bundler/OrderedGems:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.2.2

0 comments on commit 5c48d3f

Please sign in to comment.