Skip to content

Commit

Permalink
Merge pull request #1434 from mataku/feature/ruby32
Browse files Browse the repository at this point in the history
Add Ruby 3.2 to test matrix
  • Loading branch information
orta committed Apr 18, 2023
2 parents fa74bfa + 39feb04 commit 949dc67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Add missing error types to raise_error matcher [@manicmaniac][https://github.com/manicmaniac] [#1421](https://github.com/danger/danger/pull/1421)
* Add /github/workspace to git safe.directory [@hiro-flank](https://github.com/hiro-flank) [#1427](https://github.com/danger/danger/pull/1427)
* Fixes issue where a comment is posted to Bitbucket Cloud even when everything is green. [@SalvatoreT](https://github.com/SalvatoreT) [#1299](https://github.com/danger/danger/issues/1299)
* Add Ruby 3.2 to test matrix [@mataku](https://github.com/mataku) [#1434](https://github.com/danger/danger/pull/1434)

<!-- Your comment above here -->

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem "rspec", "~> 3.9"
gem "rspec_junit_formatter", "~> 0.4"
gem "rubocop"
gem "simplecov", "~> 0.18"
gem "webmock", "~> 2.1"
gem "webmock", "~> 3.16.2"
gem "yard", "~> 0.9.11"

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.5.0")
Expand Down

0 comments on commit 949dc67

Please sign in to comment.