Skip to content

Commit

Permalink
Merge pull request #688 from standardrb/update-ruby-3.4
Browse files Browse the repository at this point in the history
Adds Ruby 3.4 to the list of tested rubies
  • Loading branch information
camilopayan authored Jan 14, 2025
2 parents 21ee520 + 3c1df47 commit 92b86d4
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -16,10 +16,10 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby-version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"

runs-on: ${{ matrix.os }}

Expand Down
5 changes: 5 additions & 0 deletions test/standard/runners/rubocop_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ def Foo
OUT

def setup
Warning[:deprecated] = false
@subject = Standard::Runners::Rubocop.new
end

def teardown
Warning[:deprecated] = true
end

def test_empty_output_on_quiet_success
fake_out, fake_err = do_with_fake_io do
@subject.call(create_config)
Expand Down

0 comments on commit 92b86d4

Please sign in to comment.