Skip to content

Commit

Permalink
Merge pull request #30 from madogiwa0124/add-ruby-3-3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI environment.
  • Loading branch information
r7kamura committed Jan 4, 2024
2 parents 1a7dc3d + 69a012c commit 4560796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
AllCops:
TargetRubyVersion: 2.6
SuggestExtensions: false
NewCops: disable

Lint/AssignmentInCondition:
Enabled: false
Expand Down

0 comments on commit 4560796

Please sign in to comment.